summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
1999-08-03Add the file I forgot at the previous MPU changes.augustss
1999-08-02Get data toggle right for short bulk transfers.augustss
1999-08-02Another debug message.augustss
1999-08-02Test return values the right way.augustss
1999-08-02Change it so that a pipe can be open RW instead of just R or W.augustss
1999-08-02Do abort of transfers in a sane way. Fixes PR 8041.augustss
1999-08-02Move the mpu device declaration to conf/files.augustss
1999-08-02- Fix MX framebuffer size which should occupy 2MB in address range.nisimura
1999-08-02- Fix TX 8bpp framebuffer size, which occupies 2MB.nisimura
1999-08-02The Tadpole 3GX uses a modified Sun Mouse protocol. Instead ofmatt
1999-08-02Allow the mouse baud rate to be patched (rather than forcing a recompilationmatt
1999-08-01Move the MPU driver isa/ to ic/.augustss
1999-08-01Make an MPU attachment to ISA. Used for old Roland cards. Writtenaugustss
1999-08-01Add a timeout-routine that checks if transmit logic dies, and reset itragge
1999-08-01Re-work the Tx side to avoid calling into the tty layer atscw
1999-08-01Regen.veego
1999-08-01Add an entry for the TI PCI1211 PCI-CardBus Bridge.veego
1999-07-30Eliminate the need for needs-count for wsmux. This should makeaugustss
1999-07-30GRR! Kludge around the extremely annoying wsmux configuration lossagethorpej
1999-07-30- Fix TX 66Hz interrupt handling. Verified ok with PMAG-JA as an 8bppnisimura
1999-07-30Guard tsleep() with a while (!(wdc_c->flags & AT_DONE)) {}, as suggested bybouyer
1999-07-30Remove two items that are done.augustss
1999-07-29Regen.thorpej
1999-07-29Add some Initio SCSI controller IDs.thorpej
1999-07-29Add the wsmux pseudo device.augustss
1999-07-29Bump MAX_START to 256, so that the ncr driver can work with more than 5bouyer
1999-07-28Regen.soren
1999-07-28Correct Acard device names.soren
1999-07-28fix the previous fixdrochner
1999-07-28make these compile again s/#endif/#else/christos
1999-07-27regencastor
1999-07-27Add vendor ID for Geocastcastor
1999-07-27Make this "should work" on big endian systems.thorpej
1999-07-27Add support for the SMC 83c175. Also, print out the chip rev whenthorpej
1999-07-27Regen.thorpej
1999-07-27Add product ID for the SMC 83c175 Fast Ethernet chip. This is a cousinthorpej
1999-07-26make the JVC 2626 match more than one version, since all seem to beexplorer
1999-07-25Use unsigned integer to hold font bits in putchar(). [This looks like thead
1999-07-24More DIAGNOSTIC messages.augustss
1999-07-22Regen.hwr
1999-07-22Insert a space in New Media Corporation. Fixes kern/7817 by Lloyd Parkes.hwr
1999-07-22Define the Volume Tag format.thorpej
1999-07-21- Style nitsad
1999-07-21Need to splbio()/splx() protect some of the reconstruction stuff.oster
1999-07-20regendrochner
1999-07-20add TI TVP4020 Permedia 2drochner
1999-07-20The options actually used are RASTERCONSOLE_{FG,BG}COL, notbouyer
1999-07-19rf_UnconfigureVnodes() needs to be called in the DO_RAID_FAIL macro.oster
1999-07-19sectorsPerStripeUnit should be larger than 0. If it isn't, simply fail.oster
1999-07-15Recognize 3c905C.ross