summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Unbork the chip locating code.sos2003-05-191-8/+3
* print_config:grog2003-05-191-6/+14
* Recreate devnodes on USB_SET_ALTINTERFACE ioctl.ticso2003-05-181-0/+11
* Support the ICH5 SATA part.sos2003-05-182-45/+73
* Add string for SATA150sos2003-05-181-0/+1
* Use vm_object_deallocate(), not vm_pager_deallocate(), to destroy aalc2003-05-161-2/+2
* Add E-Tech ISA PnP modem ID.murray2003-05-161-0/+1
* Add a tunable/sysctl "hw.fxp_noflow" which disables flow control supportrwatson2003-05-161-1/+5
* Generalize a quirk for Asahi Optical-based cameras (i.e. Pentax). It appearsnjl2003-05-151-2/+1
* Miscellaneous fixes:tmm2003-05-152-6/+59
* Only use a SIA/SYM media info block if no MII block is detected.mbr2003-05-151-2/+26
* GCC 3.3 complains about anonymous structures in unions, somux2003-05-141-7/+7
* In atapi_cam_reinit_bus, only call reinit_bus if the ATAPI channelthomas2003-05-141-1/+8
* add support for NetMos 4S0P PCI: 4S, 0Pwilko2003-05-141-0/+13
* Add some extra #ifdef stubs so that this compiles on 4.8.jhb2003-05-132-0/+10
* Add support for 3Com OfficeConnect 10/100B.mbr2003-05-122-0/+14
* Fix the unaligned access problems that some people saw on alphamux2003-05-121-1/+1
* Move some printfs under bootverbose since they are not true errors.njl2003-05-121-2/+4
* Fix typo (that even got cut/pasted 2 times)sos2003-05-121-3/+3
* Fix an off-by-1 error.phk2003-05-121-1/+1
OpenPOWER on IntegriCloud