summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Further use of M_ZERO.dwmalone2000-11-185-13/+7
* Fix a braino ..sos2000-11-181-1/+1
* do not blindly assume 8khz is supported on open(). try for 8khz but respectcg2000-11-181-3/+6
* Make sure we don't cross stripe boundaries when reviving striped plexes.des2000-11-171-4/+6
* Put the probe verboseness behind bootverbosesos2000-11-161-11/+15
* Set OPEN Flag on open.n_hibma2000-11-151-3/+11
* Add support for the Accton EN2242 MiniPCI adapter. This is just anwpaul2000-11-142-0/+4
* Close PR# 21843 and PR# 21864. This adds support for WEP and updates somewpaul2000-11-133-12/+121
* Classify all EISA cards with major firmware revions '2' as 742As.gibbs2000-11-133-3/+22
* Don't attempt to reference a NULL scb_data area during teardown eventsgibbs2000-11-131-0/+2
* Changes necessary to make this work.imp2000-11-125-108/+83
* Only offset raid disks > 1 on the HPT, this should solve thesos2000-11-121-1/+2
* Better handling of immediate commands, mainly to solve timeoutssos2000-11-124-12/+37
* Hopefully fix the probing problems that caused lost slaves etc..sos2000-11-121-53/+67
* aic7xxx.c:gibbs2000-11-123-4/+16
* Change MEXTADD usage to pass the two new arguments.bmilekic2000-11-112-2/+2
* Change check for existence of mbuf->m_ext.ext_free to check of new ext_typebmilekic2000-11-111-1/+1
* Sync Perforce IDs, add tranceiver state change support, and correctgibbs2000-11-1010-58/+150
* Sync perforce IDs.gibbs2000-11-107-7/+7
* The fe driver does not support pnp devices.nyan2000-11-101-0/+4
* OpenFirmware/PowerPC loader, part 2.benno2000-11-102-9/+23
* 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
OpenPOWER on IntegriCloud