summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fixed a memory leak.ru2004-01-181-0/+1
* Fixed a memory leak.ru2004-01-181-1/+3
* Fixed a memory leak.ru2004-01-181-0/+1
* Fix botch in last commit.sos2004-01-181-2/+2
* Apparently there's a good reason why M_WAITOK malloc() is done beforeru2004-01-181-2/+2
* Fixed a memory leak.ru2004-01-181-0/+1
* Empty vendor string overrides knowndevssanpei2004-01-181-0/+4
* Fixed a memory leak.ru2004-01-181-1/+2
* Fixed a memory leak.ru2004-01-181-1/+3
* Add missing free's.sos2004-01-181-0/+4
* Avoid overwriting capability bits marked earlieryar2004-01-181-5/+5
* Pay attention to the timeout value passed down by the upper layer.sanpei2004-01-181-10/+18
* Sync to 1.158 of usbdevssanpei2004-01-182-2/+9
* add device id for PANASONIC KXLRW32AN(USB CD-R/RW,not yet support)sanpei2004-01-181-0/+1
* Add support for the Silicon Image 3114 4 channel SATA controller.sos2004-01-172-10/+18
* It appears that the changes in the resources allocated is causing muchimp2004-01-171-1/+4
* Make sure set the media type in the phy, we cannot trust it to have chosenphk2004-01-171-0/+1
* As previously announced: discontinue use of makedev() call in soundcode.phk2004-01-176-56/+171
* - Handle failure of cam_sim_alloc().mdodd2004-01-171-0/+12
* Sync to 1.157 of usbdevssanpei2004-01-162-9/+16
* Add support SUNTAC U-Cable type A3(AS64LX)sanpei2004-01-162-1/+4
* The definition for __stdcall logically belongs in pe_var.h, butwpaul2004-01-151-2/+0
* Correct beacon (src/bssid) for hostap and adhoc mode.onoe2004-01-151-7/+30
* Use generic net80211 framework for awi driver.onoe2004-01-159-3693/+1615
* Add a per controller IOCTL interface.mdodd2004-01-153-1/+142
* - Add comments.mdodd2004-01-152-34/+188
* Insure values of adapter structure members are in correct byte order.mdodd2004-01-151-6/+7
* Use UMA instead of plain malloc for getting ATA request storage.sos2004-01-1416-36/+32
* Update firmware sets for the 12160, 2200 and 2300 cards to the (more ormjacob2004-01-143-14713/+14215
* Fix potential cable detection problem on older CMD chips.sos2004-01-141-7/+9
* Use contigmalloc() instead of vm_page_alloc_contig(). Pass M_ZERO toalc2004-01-141-10/+8
* Use contigmalloc() instead of vm_page_alloc_contig().alc2004-01-141-2/+5
* Initialize drive device_t in softc.mdodd2004-01-131-0/+1
* Add the Qualcomm CDMA Technologies MSM phone (umodem) device.green2004-01-134-3/+24
* Fix ata_getparam to accept the fact that some crappy devices can pose assos2004-01-131-10/+12
* Add a component constant for ACPI_TOSHIBA to fix compilation ofjhb2004-01-131-0/+1
* Use contigmalloc() and contigfree() instead of vm_page_alloc_contig() andalc2004-01-131-2/+2
* Fix typo in a commentbrueffer2004-01-131-1/+1
* style(9): single tab after #define.mdodd2004-01-134-67/+67
* Handle "Bad Command List" errors.mdodd2004-01-121-0/+3
* Ugh. Last commit went horribly wrong. Back out changes to subr_ntoskrnl.c,wpaul2004-01-121-7/+8
* Remove comments that no longer apply.mdodd2004-01-121-4/+0
* Only remove the handler if we installed it.njl2004-01-121-2/+4
* Bite the bullet and uncomment the shutdown() in case we hit the _CRT ornjl2004-01-121-4/+4
* Fix a suspend/resume issue. My Compaq N400c works fine.shiba2004-01-122-0/+5
* I added unwanted character. I cleanedsanpei2004-01-121-1/+1
* - Initialize qcb flags in ida_construct_qcb() with respect to DMA direction.mdodd2004-01-121-4/+16
* Allow specification of a geometry for vnode backed devices as well asphk2004-01-121-0/+4
* Always return ENOMEM if ata_request_alloc fails so GEOM can dtrt.sos2004-01-124-9/+9
* #include sema.h is now required.sos2004-01-121-0/+1
OpenPOWER on IntegriCloud