summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix indentation.phk2003-05-311-2/+2
* Fix off-by-one error in range check of VC index.phk2003-05-311-1/+1
* Remove extra ';'phk2003-05-311-2/+2
* Remove unused variable.phk2003-05-311-2/+0
* Remove unused variable.phk2003-05-311-2/+0
* Fix off-by-one error in drive number check.phk2003-05-311-3/+3
* Remove extra unused variable.phk2003-05-311-2/+0
* Remove extra ';'phk2003-05-311-1/+1
* Fix \ alignment in macro.phk2003-05-311-5/+1
* Remove the G_CLASS_INITIALIZER, we do not need it anymore.phk2003-05-311-1/+0
* Don't use return(foo(...)); in function returning void.phk2003-05-311-1/+1
* The IO_NOWDRAIN and B_NOWDRAIN hacks are no longer needed to preventphk2003-05-311-3/+2
* Add the MD ifdefs for amd64 to point to the IO space bustag/handle.peter2003-05-311-0/+4
* Add support for the upcoming 2410SA card.scottl2003-05-301-0/+2
* aic79xx.c:scottl2003-05-301-2/+2
* Fix a reported case of severe data corruption:scottl2003-05-302-42/+45
* Correct the fix in rev 1.70ticso2003-05-291-5/+6
* Fix support for 256 MB aperture sizes on chipsets such as the 845 andjhb2003-05-271-5/+16
* Grr, fix compile. The bane of trying to split out patches into twojhb2003-05-271-0/+1
* Fix compile: the type is spelled bus_dmasync_op_t rather thanjhb2003-05-271-3/+3
* Add support for the Intel 865 chipset.jhb2003-05-272-3/+10
* Remove the redundant declaration of bus_dmasync_op_t.scottl2003-05-271-4/+0
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though thescottl2003-05-2712-25/+25
* This driver supports the 2920C not the 2920.gibbs2003-05-261-3/+3
* Consistently use #ifdef for testing AHC_TARGET_MODE.gibbs2003-05-261-9/+9
* aic79xx.c:gibbs2003-05-263-3/+3
* Correct/Simplify ignore wide residue message handlinggibbs2003-05-264-49/+42
* FIFOEMP can lag LAST_SEG_DONE in the Ultra2 and U160gibbs2003-05-261-2/+10
* Correct/Simplify ignore wide residue message handlinggibbs2003-05-265-65/+51
* Fix disabling of PCI parity error interrupts. We need to setgibbs2003-05-263-12/+21
* Change hadling of the Rev. A packetized lun output buggibbs2003-05-263-9/+13
* Add 7901B support.gibbs2003-05-261-12/+57
* Fixup spelling of "coalesce" and derivatives.gibbs2003-05-264-77/+77
* Remove stray K&R style function definition.gibbs2003-05-261-3/+2
* Always set the hardware parse bit in the IPCB structure when thistruckman2003-05-251-6/+43
* Ignore the 'must allocate below 1MB' flag for the TPL_BAR_REG. It isimp2003-05-241-0/+2
* Low risk amd64 fix. Use a vm_offset_t for the virtual location of thepeter2003-05-231-2/+2
* Change the way the plex lock mutexes work. Previously they were partgrog2003-05-231-16/+29
* Change the way the plex lock mutexes work. Previously they were partgrog2003-05-231-3/+9
* expand_table: Add parameters file and line if we're debugging.grog2003-05-231-7/+18
* Change the way the plex lock mutexes work. Previously they were partgrog2003-05-232-8/+31
* detachobject: Update volume config after detaching a plex.grog2003-05-231-3/+5
* Change the way the plex lock mutexes work. Previously they were partgrog2003-05-231-2/+7
* Change many strcpys to strlcpys, etc.grog2003-05-231-20/+24
* Calculate routed interrupts using the slot number from the device andticso2003-05-221-1/+1
* Make ciss usable under PAEps2003-05-211-1/+7
* - Make this work with PAE.ps2003-05-212-18/+20
* Quirk for Hitachi DVD USB drive. It returns "invalid field in cdb" fornjl2003-05-214-0/+24
* Remove a redundant quirk. Instead, we wildcard all Asahi Optical chips.njl2003-05-201-5/+0
* Print the right position on disk errorssos2003-05-191-3/+4
OpenPOWER on IntegriCloud