aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* ZIP drives should now be working, I'm not sure about LS120 drives,Søren Schmidt1999-03-079-84/+100
* Poll for bus reset completion instead of assuming that our interruptJustin T. Gibbs1999-03-051-2/+7
* Keep track of negotiated transfer parameters for each initiator<->targetJustin T. Gibbs1999-03-054-277/+668
* Modify to deal with changes in the storage of user negotiation settings.Justin T. Gibbs1999-03-051-4/+6
* Add untested code to support the aha2930U2W.Justin T. Gibbs1999-03-051-16/+25
* Now all actual probing of both ATA & ATAPI devices are done afterSøren Schmidt1999-03-058-332/+301
* Added driver to support ATAPI floppies ie LS-120 & ZIP drives.Søren Schmidt1999-03-0312-612/+1159
* Added FE_8BIT_SUPPORT into the list. The fe driver includes opt_fe.h.KATO Takenori1999-03-031-1/+2
* Change SAVECONFIG ioctl: it now writes an int parameter.Greg Lehey1999-03-021-1/+1
* Better logging when the Geometry register probe fails.Warner Losh1999-03-021-3/+3
* Correct some diagramsGreg Lehey1999-03-021-8/+10
* sizespec: allow negative values (which signal error conditions).Greg Lehey1999-03-021-23/+36
* Change the name of drive state "uninit" to "referenced": it onlyGreg Lehey1999-03-021-2/+2
* Change printf() calls to log() calls.Greg Lehey1999-03-021-51/+99
* Change printf() calls to log() calls.Greg Lehey1999-03-023-16/+24
* Add keywords "size", synonym for "length", and "max".Greg Lehey1999-03-021-3/+8
* Change printf() calls to log() calls.Greg Lehey1999-03-021-3/+4
* Add keywords "size", synonym for "length", and "max".Greg Lehey1999-03-021-1/+7
* Change printf() calls to log() calls.Greg Lehey1999-03-021-17/+28
* Change printf() calls to log() calls.Greg Lehey1999-03-021-46/+81
* New function return_drive_spaceGreg Lehey1999-03-021-2/+5
* change printf() calls to log() calls.Greg Lehey1999-03-021-18/+24
* Change printf() calls to log() calls.Greg Lehey1999-03-021-99/+217
* Change printf() calls to log() calls.Greg Lehey1999-03-021-101/+42
* Change the name of drive state "uninit" to "referenced": it onlyGreg Lehey1999-03-021-2/+2
* Finally!!Søren Schmidt1999-03-0110-0/+4612
* Fix handling of IFF_ALLMULTI. The code did not callLuigi Rizzo1999-03-011-2/+4
* My changes:Roger Hardiman1999-02-251-44/+115
* Add support for still more cheapo 10/100 cards: Delta Electronics andBill Paul1999-02-232-6/+30
* Converted "streams" pseudo-device into a KLDMark Newton1999-02-221-0/+29
* Bug fix: Trap 12 when ugen not present and therefore unattached physicalNick Hibma1999-02-211-2/+7
* Device unload code is broken, disabled. Requires a bit of redesign on theNick Hibma1999-02-211-5/+16
* make ums look like a Mouse Systems or Sysmouse mouse. Remove PS/2 interf.Nick Hibma1999-02-211-57/+111
* Add a quick note to say what the 3 uuencoded files are.Julian Elischer1999-02-211-0/+21
* Bug fix: devcount was running from [count..0], should be [count-1..0]Nick Hibma1999-02-201-1/+1
* World, I'd like you to meet the first FreeBSD token Ring driver.Julian Elischer1999-02-206-0/+6362
* 1) In polling mode (during boot) the callout_handle wasn'tNick Hibma1999-02-191-24/+11
* Moved [uo]hci_pci.c from /sys/dev/pci to /sys/pci after SorenNick Hibma1999-02-182-1/+1
* Set the devstat priority for ccd devices to DEVSTAT_PRIORITY_CCDKenneth D. Merry1999-02-181-2/+2
* Moved busreset in uhci_init up to avoid clearing of FLBASE in Via 83572Nick Hibma1999-02-181-11/+8
* Applied patch from MAEKAWA Masahide <bishop@rr.iij4u.or.jp>. (PR2)Nick Hibma1999-02-151-0/+8
* Added vendor Compaq/CMDTACH and USB067[03]Nick Hibma1999-02-151-0/+21
* Added more verbose debugging output to uhci_runNick Hibma1999-02-151-2/+26
* Corrected ioctl numbers conflict.Roger Hardiman1999-02-151-37/+47
* More appropriate fix to the id_irq read during probeNicolas Souchu1999-02-141-3/+3
* The way the interrupt id was calculated was wrong and the lptNicolas Souchu1999-02-141-2/+2
* Move away from lpt.h data structure definition that only lpt.c relies on.Nicolas Souchu1999-02-143-43/+59
* Return approriate errors to userland.Nicolas Souchu1999-02-143-20/+52
* Fix interrupt handling with DMA. Bit nFault was tested in the control reg.Nicolas Souchu1999-02-141-5/+10
* Rename nlpt to lpt.Nicolas Souchu1999-02-144-136/+97