aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of bugs with AIF handling:Scott Long2003-10-172-14/+19
* o correct handling of a frame that has too many segments to fit in theSam Leffler2003-10-161-3/+6
* Print the correct logical drive lun number returned by the controller.Paul Saab2003-10-151-1/+2
* Add Allied Telesis SIC-AT boards support.Takeshi Shibagaki2003-10-155-3/+132
* Add a wrapper for a function that takes and releases the adapterDaniel Eischen2003-10-151-3/+13
* o convert mutex calls to #defines for portability, etc.Sam Leffler2003-10-143-35/+61
* Major update to xe driver:Scott Mitchell2003-10-144-578/+783
* Reintroduce the "recovered from lost interrupt" code, but in a newSøren Schmidt2003-10-141-6/+7
* Fix a race condition in owi. If you eject a card, then the wi_inquireWarner Losh2003-10-141-2/+2
* remove dangling mtx_unlock orphaned by rev 1.21 changeSam Leffler2003-10-131-1/+0
* Reduce per-packet overhead when using WEP by using an advancing IVSam Leffler2003-10-131-1/+8
* Must reset the pointer to the 802.11 header after prependingSam Leffler2003-10-131-0/+1
* MFp4:Sam Leffler2003-10-131-3/+13
* MFp4:Sam Leffler2003-10-131-14/+23
* Cache dev_t values in the right structure.Bernd Walter2003-10-121-4/+4
* Redo the code that handles eject/close.Søren Schmidt2003-10-121-22/+21
* Avoid potential race on ATA_R_DONE.Søren Schmidt2003-10-121-2/+3
* Put devices into sleep mode (ie spin down) on detach.Søren Schmidt2003-10-121-0/+2
* Up timeout to 10s (from 5) in r/w commands.Søren Schmidt2003-10-121-1/+1
* Recognize the Avance Logic ALC655 codec found on some ICH4/5-basedDag-Erling Smørgrav2003-10-121-0/+1
* A couple of months' worth of back-burner hacking: restructure to betterDag-Erling Smørgrav2003-10-122-89/+189
* Use isprint instead of isalpha in determining valid ident string.Søren Schmidt2003-10-121-1/+1
* The code that was meant to test alignment of the register offsetStefan Eßer2003-10-111-46/+24
* locking fixups:Sam Leffler2003-10-102-9/+14
* crashdump support.Paul Saab2003-10-103-12/+84
* Add the Intersil Prism2/Atmel device. These particular devices are strangeBruce M Simpson2003-10-103-2/+22
* Sanitize the code relating to the /dev/ti%d entries. In particular evictPoul-Henning Kamp2003-10-101-68/+6
* Add the Actiontec 801UAT1/HWU01170-01 802.11b USB Wireless Ethernet adapter.Bruce M Simpson2003-10-103-2/+14
* Restore transfermode on devices after reinit.Søren Schmidt2003-10-101-0/+7
* Dont store ata_params for devices that return a bogus ident string.Søren Schmidt2003-10-101-0/+3
* Fix the bug that prevented DMA from working on old Acer chips.Søren Schmidt2003-10-091-2/+3
* Add symmetric crypto support for the 7955 and 7956.Sam Leffler2003-10-083-41/+159
* Xircom Wireless Ethernet card is a rebadged Cisco 340, but with aWarner Losh2003-10-081-0/+1
* sync to 1.73Warner Losh2003-10-081-1/+4
* Xircom Wireless ethernetWarner Losh2003-10-081-0/+1
* Give more correct params to busdma_*Søren Schmidt2003-10-071-8/+9
* Improve timeout handling and reporting.Søren Schmidt2003-10-071-6/+22
* Properly get out of transaction() if setting up the transfer fails.Søren Schmidt2003-10-071-15/+19
* In case we loose a device during reset in reinit() finish offSøren Schmidt2003-10-071-3/+22
* Assign keycodes for Power, Sleep and Wake keys.Max Khon2003-10-072-0/+18
* Card type stuff was backwards, so assume io for the moment. mem needsWarner Losh2003-10-071-6/+2
* Include pccard/pccard_cis.h here tooWarner Losh2003-10-073-3/+6
* remove obsolete quirks for cardbus cis. none have proven to be needed.Warner Losh2003-10-071-25/+3
* Add new file for definitions of CIS. We can share this with cardbus.Warner Losh2003-10-071-0/+203
* o move the cis tuple definitions into a common file.Warner Losh2003-10-077-306/+27
* These aren't needed anymoreWarner Losh2003-10-071-3/+0
* Remove prototype for decode_tuple_copy() which was axed in the lastJohn Baldwin2003-10-061-3/+0
* remove the cardbus cis reading code. nobody ever used it and it hasWarner Losh2003-10-062-111/+0
* - Introduce hw.firewire.hold_count sysctl MIB by popular demand.Hidetoshi Shimokawa2003-10-061-18/+24
* refactor how we do the quirk matching. this puts an ugly if into aWarner Losh2003-10-062-56/+58