aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* MF22... add bridging support to the device drivers. Without thisLuigi Rizzo1999-03-174-36/+152
* Prep for 1080/1240 support. Those fine h/w engineers at QlogicMatt Jacob1999-03-171-79/+184
* A wad of changes- prepping for 1080/1240 support (which caused a massiveMatt Jacob1999-03-179-349/+2917
* Submitted by: Matt Dillon <dillon@freebsd.org>Julian Elischer1999-03-141-214/+310
* Merge NetBSD 1.80->1.82 changes from vendor branch into mainline.Peter Wemm1999-03-141-18/+20
* Implemented workaround for EPIC's Application Note 7-15 (concerningSemen Ustimenko1999-03-143-110/+257
* deallocrqg: deallocate the correct object, also check that the objectGreg Lehey1999-03-141-5/+11
* Reduce Bruce-filter verbosity.Poul-Henning Kamp1999-03-131-7/+3
* Make NDGBPORTS an official option.Joerg Wunsch1999-03-131-1/+2
* set if_snd.ifq_maxlen to something reasonable - note that if_de.c hasPeter Wemm1999-03-131-1/+5
* Change prototype of vinum_inactive.Greg Lehey1999-03-131-1/+1
* Remove opencount from vinum_conf and struct vol, and disk index fromGreg Lehey1999-03-131-7/+4
* Part of removing vol->opencount: now we just use a flag.Greg Lehey1999-03-131-3/+3
* Add DEBUG_EOFINFO log messages.Greg Lehey1999-03-131-0/+15
* Remove antique crud.Greg Lehey1999-03-131-10/+25
* lock_drive: report on and recover from an obscure situation where theGreg Lehey1999-03-131-0/+7
* VINUM_RESETCONFIG: do the reset even if the config is open (as it hasGreg Lehey1999-03-131-3/+1
* Don't frob vp->v_usecount, it scares the hell out of the driver underGreg Lehey1999-03-131-5/+2
* Change the way of recognizing whether a plex was given to a volumeGreg Lehey1999-03-131-41/+63
* vinum_inactive: distinguish whether we care whether the configGreg Lehey1999-03-131-5/+8
* Fixed variable overflow problem.David Greenman1999-03-111-5/+5
* Make even more of the PPSAPI implementations generic.Poul-Henning Kamp1999-03-111-53/+22
* Keyboard driver update in preparation for the USB keyboard driver.Kazutaka YOKOTA1999-03-1010-1307/+572
* Submitted by: Larry LileJulian Elischer1999-03-107-6383/+0
* Don't forget to remove devstat entries when takingMatt Jacob1999-03-101-1/+6
* Fix from author of the driver:Andreas Klemm1999-03-091-3/+3
* Don't free() a NULL pointer!Kazutaka YOKOTA1999-03-091-3/+4
* Clean up and order register definitions.Justin T. Gibbs1999-03-081-78/+66
* Add necessary splcam() protection around target mode setup and teardownJustin T. Gibbs1999-03-081-4/+19
* Move untimeout up before call to uhci_ii_done, avoids panic inNick Hibma1999-03-081-4/+1
* Add bt_port_probe() a routine shared by the EISA and ISA probe code toJustin T. Gibbs1999-03-082-15/+87
* Ask the card where our interrupt is instead of attempting to use the EISAJustin T. Gibbs1999-03-081-85/+31
* Pull 'ISA style' probe where interrupt information is determined throughJustin T. Gibbs1999-03-081-43/+7
* 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-276/+667
* 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-331/+300
* 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