summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix indentionticso2003-10-011-1/+1
* Don't call makedev().ticso2003-10-012-14/+23
* Fix the problem with accessing certain FLASH devices. The problemsos2003-10-011-3/+7
* Fix a bug in fwdev_clone().simokawa2003-10-011-1/+1
* Revert 1.24. It causes a hang on shutdown for Marcel. This is due tonjl2003-09-301-9/+1
* Use a dynamic major assignment for the raidctl device.scottl2003-09-292-2/+1
* Eliminate the use of a statically assign major number for the aac device.scottl2003-09-291-3/+0
* If we fail to complete configuring a subdisk because of some error,grog2003-09-291-9/+15
* Revert last commit. It built the kernel module just fine, but brokegrog2003-09-291-0/+10
* If asked to stall for more than 100 us (which is specified as the max innjl2003-09-291-1/+9
* Remove calls to makedev. They were never needed.grog2003-09-292-22/+12
* I don't know from where the notion that device driver should orphk2003-09-286-35/+2
* Don't explicitly initialize d_maj in the cdevsw with MAJOR_AUTO, asmarcel2003-09-281-1/+0
* Removed some nearly dead code in comparam(). We don't need to recoverbde2003-09-281-9/+0
OpenPOWER on IntegriCloud