aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Make sure we don't cross stripe boundaries when reviving striped plexes.Dag-Erling Smørgrav2000-11-171-4/+6
* Put the probe verboseness behind bootverboseSøren Schmidt2000-11-161-11/+15
* Set OPEN Flag on open.Nick Hibma2000-11-151-3/+11
* Add support for the Accton EN2242 MiniPCI adapter. This is just anBill Paul2000-11-142-0/+4
* Close PR# 21843 and PR# 21864. This adds support for WEP and updates someBill Paul2000-11-133-12/+121
* Classify all EISA cards with major firmware revions '2' as 742As.Justin T. Gibbs2000-11-133-3/+22
* Don't attempt to reference a NULL scb_data area during teardown eventsJustin T. Gibbs2000-11-131-0/+2
* Changes necessary to make this work.Warner Losh2000-11-125-108/+83
* Only offset raid disks > 1 on the HPT, this should solve theSøren Schmidt2000-11-121-1/+2
* Better handling of immediate commands, mainly to solve timeoutsSøren Schmidt2000-11-124-12/+37
* Hopefully fix the probing problems that caused lost slaves etc..Søren Schmidt2000-11-121-53/+67
* aic7xxx.c:Justin T. Gibbs2000-11-123-4/+16
* Change MEXTADD usage to pass the two new arguments.Bosko Milekic2000-11-112-2/+2
* Change check for existence of mbuf->m_ext.ext_free to check of new ext_typeBosko Milekic2000-11-111-1/+1
* Sync Perforce IDs, add tranceiver state change support, and correctJustin T. Gibbs2000-11-1010-58/+150
* Sync perforce IDs.Justin T. Gibbs2000-11-107-7/+7
* The fe driver does not support pnp devices.Yoshihiro Takahashi2000-11-101-0/+4
* OpenFirmware/PowerPC loader, part 2.Benno Rice2000-11-102-9/+23
* Add missing delay after card reset.Pierre Beyssac2000-11-091-0/+1
* Farewell our code. We will switch acpica code from Intel.Takanori Watanabe2000-11-0927-9394/+0
* Rearrange the timeouts in the reset code a bit, some ATAPI devicesSøren Schmidt2000-11-081-2/+2
* Hopefully solve the lost slave problem.Søren Schmidt2000-11-081-6/+17
* restore the freebsd local type-cast fixes that I mistakenly removedKenjiro Cho2000-11-081-14/+15
* Fix for powering off a HP DJ950C during printing. As stated by Ian:Nick Hibma2000-11-071-0/+5
* newbusify the en atm driver.Kenjiro Cho2000-11-071-144/+187
* newbusify the en atm driver.Kenjiro Cho2000-11-073-77/+90
* Update the vortex driver so that it no longer needs the PCI compatBill Paul2000-11-074-180/+193
* adjust dma channels for vibra16x; recording should now work. full duplex doesCameron Grant2000-11-071-18/+33
* slight mods to isa dma and channel flushing codeCameron Grant2000-11-071-24/+32
* if a channel dies, rejuvenate it on close()Cameron Grant2000-11-071-2/+2
* Remove unused PCI includes.Mike Smith2000-11-061-3/+0
* add AFMT_8BIT for easier determination of formatsCameron Grant2000-11-061-0/+1
* aic7xxx.c:Justin T. Gibbs2000-11-066-89/+98
* fix paste-o in mixer code - actually set right channel volume instead ofCameron Grant2000-11-061-1/+2
* fix es1370 mixer by adding reinit function to it's mixer function list.Cameron Grant2000-11-061-0/+1
* Always emply the NCO to attenuate jitter. The Receive clock recoveryPoul-Henning Kamp2000-11-041-13/+12
* Added used include of <machine/bus.h> -- don't depend on evil namespaceBruce Evans2000-11-041-1/+2
* Enabled the used include of <machine/bus.h> -- don't depend on evilBruce Evans2000-11-041-1/+1
* Fix breakage on some ATA chips that dont have busmastering set.Søren Schmidt2000-11-031-45/+30
* If we can't get a command to back the bio we just took off the queue,Mike Smith2000-11-031-1/+3
* Regen.Nick Hibma2000-11-032-4/+4
* Sone -> SonyNick Hibma2000-11-031-1/+1
* Grrrr. Remember to bzero() the mediainfo structures after we allocateBill Paul2000-11-031-0/+3
* AcerScan 320U's are braindead. Sometimes they do not return stringsNick Hibma2000-11-021-0/+2
* Fix a couple of cases where I tried to release the I/O space resource twiceBill Paul2000-11-021-1/+1
* Make internal clock sourcing work right by tying the NCO to thePoul-Henning Kamp2000-11-011-17/+38
* Close PR #21078: the aue driver was not correctly programming theBill Paul2000-11-011-1/+1
* Make the Ricochet modems work through the USB interface.Nick Hibma2000-11-013-20/+25
* Update the config gathering code for both Promise & HPTSøren Schmidt2000-11-012-158/+117
* kill old sb driverCameron Grant2000-11-011-938/+0