summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Cache dev_t values in the right structure.ticso2003-10-121-4/+4
* Redo the code that handles eject/close.sos2003-10-121-23/+22
* Avoid potential race on ATA_R_DONE.sos2003-10-121-2/+3
* Put devices into sleep mode (ie spin down) on detach.sos2003-10-121-0/+2
* Up timeout to 10s (from 5) in r/w commands.sos2003-10-121-1/+1
* Recognize the Avance Logic ALC655 codec found on some ICH4/5-baseddes2003-10-121-0/+1
* A couple of months' worth of back-burner hacking: restructure to betterdes2003-10-122-89/+189
* Use isprint instead of isalpha in determining valid ident string.sos2003-10-121-1/+1
* The code that was meant to test alignment of the register offsetse2003-10-111-46/+24
* locking fixups:sam2003-10-102-9/+14
* crashdump support.ps2003-10-103-12/+84
* Add the Intersil Prism2/Atmel device. These particular devices are strangebms2003-10-103-2/+22
* Sanitize the code relating to the /dev/ti%d entries. In particular evictphk2003-10-101-68/+6
* Add the Actiontec 801UAT1/HWU01170-01 802.11b USB Wireless Ethernet adapter.bms2003-10-103-2/+14
* Restore transfermode on devices after reinit.sos2003-10-101-0/+7
* Dont store ata_params for devices that return a bogus ident string.sos2003-10-101-0/+3
* Fix the bug that prevented DMA from working on old Acer chips.sos2003-10-091-2/+3
* Add symmetric crypto support for the 7955 and 7956.sam2003-10-083-41/+159
* Xircom Wireless Ethernet card is a rebadged Cisco 340, but with aimp2003-10-081-0/+1
* sync to 1.73imp2003-10-081-1/+4
* Xircom Wireless ethernetimp2003-10-081-0/+1
* Give more correct params to busdma_*sos2003-10-071-8/+9
* Improve timeout handling and reporting.sos2003-10-071-6/+22
* Properly get out of transaction() if setting up the transfer fails.sos2003-10-071-15/+19
* In case we loose a device during reset in reinit() finish offsos2003-10-071-3/+22
* Assign keycodes for Power, Sleep and Wake keys.fjoe2003-10-072-0/+18
* Card type stuff was backwards, so assume io for the moment. mem needsimp2003-10-071-6/+2
* Include pccard/pccard_cis.h here tooimp2003-10-073-3/+6
* remove obsolete quirks for cardbus cis. none have proven to be needed.imp2003-10-071-25/+3
* Add new file for definitions of CIS. We can share this with cardbus.imp2003-10-071-0/+203
* o move the cis tuple definitions into a common file.imp2003-10-077-306/+27
* These aren't needed anymoreimp2003-10-071-3/+0
* Remove prototype for decode_tuple_copy() which was axed in the lastjhb2003-10-061-3/+0
* remove the cardbus cis reading code. nobody ever used it and it hasimp2003-10-062-111/+0
* - Introduce hw.firewire.hold_count sysctl MIB by popular demand.simokawa2003-10-061-18/+24
* refactor how we do the quirk matching. this puts an ugly if into aimp2003-10-062-56/+58
* Remove the cis reading bus methods. They were never implemented andimp2003-10-061-49/+0
* - Implement sbp_poll() to enable kernel dump on SBP-2 device.simokawa2003-10-061-1/+9
* - Fix timeout for unodered excution.simokawa2003-10-061-12/+32
* include the DS element in beaconssam2003-10-061-1/+4
* Ignore CSR13, CSR14, CSR15 'Media Specific Data' registersmbr2003-10-052-12/+37
* sync to 1.140imp2003-10-052-2/+16
* 2662W-AR Wireless Adapterimp2003-10-051-0/+2
* Correct a typo on line 552 of revision 1.92 which was breaking GENERIC:-bms2003-10-051-1/+1
* Make it easier to run this code on RELENG_4.joe2003-10-042-3/+17
* Make it easier to run this code on RELENG_4.joe2003-10-0414-6/+159
* Make the i810 AGP device create a "drmsub" child device. This will be attachedanholt2003-10-021-2/+31
* Remove wrong usage of BUF_REFCNT().simokawa2003-10-021-1/+0
* If requested to Sleep for less than our hz granularity (e.g., 10 ms),njl2003-10-021-6/+13
* MFp4: Change struct fw_xfer to reduce memory copy in fwmem_*() functions.simokawa2003-10-0212-656/+803
OpenPOWER on IntegriCloud