summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add missing delay after card reset.pb2000-11-091-0/+1
* Farewell our code. We will switch acpica code from Intel.takawata2000-11-0927-9394/+0
* Rearrange the timeouts in the reset code a bit, some ATAPI devicessos2000-11-081-2/+2
* Hopefully solve the lost slave problem.sos2000-11-081-6/+17
* restore the freebsd local type-cast fixes that I mistakenly removedkjc2000-11-081-14/+15
* Fix for powering off a HP DJ950C during printing. As stated by Ian:n_hibma2000-11-071-0/+5
* newbusify the en atm driver.kjc2000-11-071-144/+187
* newbusify the en atm driver.kjc2000-11-073-77/+90
* Update the vortex driver so that it no longer needs the PCI compatwpaul2000-11-074-180/+193
* adjust dma channels for vibra16x; recording should now work. full duplex doescg2000-11-071-18/+33
* slight mods to isa dma and channel flushing codecg2000-11-071-24/+32
* if a channel dies, rejuvenate it on close()cg2000-11-071-2/+2
* Remove unused PCI includes.msmith2000-11-061-3/+0
* add AFMT_8BIT for easier determination of formatscg2000-11-061-0/+1
* aic7xxx.c:gibbs2000-11-066-89/+98
* fix paste-o in mixer code - actually set right channel volume instead ofcg2000-11-061-1/+2
* fix es1370 mixer by adding reinit function to it's mixer function list.cg2000-11-061-0/+1
* Always emply the NCO to attenuate jitter. The Receive clock recoveryphk2000-11-041-13/+12
* Added used include of <machine/bus.h> -- don't depend on evil namespacebde2000-11-041-1/+2
* Enabled the used include of <machine/bus.h> -- don't depend on evilbde2000-11-041-1/+1
* Fix breakage on some ATA chips that dont have busmastering set.sos2000-11-031-45/+30
* If we can't get a command to back the bio we just took off the queue,msmith2000-11-031-1/+3
* Regen.n_hibma2000-11-032-4/+4
* Sone -> Sonyn_hibma2000-11-031-1/+1
* Grrrr. Remember to bzero() the mediainfo structures after we allocatewpaul2000-11-031-0/+3
* AcerScan 320U's are braindead. Sometimes they do not return stringsn_hibma2000-11-021-0/+2
* Fix a couple of cases where I tried to release the I/O space resource twicewpaul2000-11-021-1/+1
* Make internal clock sourcing work right by tying the NCO to thephk2000-11-011-17/+38
* Close PR #21078: the aue driver was not correctly programming thewpaul2000-11-011-1/+1
* Make the Ricochet modems work through the USB interface.n_hibma2000-11-013-20/+25
* Update the config gathering code for both Promise & HPTsos2000-11-012-158/+117
* kill old sb drivercg2000-11-011-938/+0
* switch over to new sb8/sb16 codecg2000-11-011-3/+2
* Cut&paste bug: Set USBD_SHORT_XFER_OK unconditionallyn_hibma2000-11-011-1/+1
* Don't needlessly indirect the APM softstate. It does nothing butnsayer2000-10-311-6/+2
* Generate bmov instructions for all move requests. The drivergibbs2000-10-311-3/+3
* aic7xxx.c:gibbs2000-10-318-368/+706
* Fix typo in commentsroger2000-10-311-2/+2
* Upgrade to driver 2.18roger2000-10-315-15/+140
* If acpica driver is loaded using kldload(8), warn and just ignore.takawata2000-10-312-0/+10
* Remove unused #includes.phk2000-10-315-35/+0
* Disabled EGA/VGA 1bpp/4bpp modes support. This is not real fix, but this comesnyan2000-10-311-0/+2
* I'm dropping the MAINTAINER request and see what happens. If it becomesmjacob2000-10-311-2/+0
* Convert the de driver into a loadable module. Still missing is anmarkm2000-10-311-72/+14
* Call dc_apply_fixup() in dc_setcfg() for the MII case.wpaul2000-10-311-0/+4
* Grrr. The 'reg' variable in dc_apply_fixup() needs to be a u_int32_t, notwpaul2000-10-301-1/+1
* Try a bit harder to test for ATA/ATAPI HW to probe, this is to avoidsos2000-10-301-3/+15
* Add back some #include <sys/systm.h> which were needed when <sys/ktr.h>phk2000-10-3018-0/+18
* Update the Promise RAID code, there are differences between BIOSsos2000-10-301-6/+6
* remove an unused function (and a warning)n_hibma2000-10-301-6/+1
OpenPOWER on IntegriCloud