aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* add device id for PANASONIC KXLRW32AN(USB CD-R/RW,not yet support)MIHIRA Sanpei Yoshiro2004-01-181-0/+1
* Add support for the Silicon Image 3114 4 channel SATA controller.Søren Schmidt2004-01-172-10/+18
* It appears that the changes in the resources allocated is causing muchWarner Losh2004-01-171-1/+4
* Make sure set the media type in the phy, we cannot trust it to have chosenPoul-Henning Kamp2004-01-171-0/+1
* As previously announced: discontinue use of makedev() call in soundcode.Poul-Henning Kamp2004-01-176-56/+171
* - Handle failure of cam_sim_alloc().Matthew N. Dodd2004-01-171-0/+12
* Sync to 1.157 of usbdevsMIHIRA Sanpei Yoshiro2004-01-162-9/+16
* Add support SUNTAC U-Cable type A3(AS64LX)MIHIRA Sanpei Yoshiro2004-01-162-1/+4
* The definition for __stdcall logically belongs in pe_var.h, butBill Paul2004-01-151-2/+0
* Correct beacon (src/bssid) for hostap and adhoc mode.Atsushi Onoe2004-01-151-7/+30
* Use generic net80211 framework for awi driver.Atsushi Onoe2004-01-159-3687/+1609
* Add a per controller IOCTL interface.Matthew N. Dodd2004-01-153-1/+142
* - Add comments.Matthew N. Dodd2004-01-152-34/+188
* Insure values of adapter structure members are in correct byte order.Matthew N. Dodd2004-01-151-6/+7
* Use UMA instead of plain malloc for getting ATA request storage.Søren Schmidt2004-01-1416-36/+32
* Update firmware sets for the 12160, 2200 and 2300 cards to the (more orMatt Jacob2004-01-143-14713/+14215
* Fix potential cable detection problem on older CMD chips.Søren Schmidt2004-01-141-7/+9
* Use contigmalloc() instead of vm_page_alloc_contig(). Pass M_ZERO toAlan Cox2004-01-141-10/+8
* Use contigmalloc() instead of vm_page_alloc_contig().Alan Cox2004-01-141-2/+5
* Initialize drive device_t in softc.Matthew N. Dodd2004-01-131-0/+1
* Add the Qualcomm CDMA Technologies MSM phone (umodem) device.Brian Feldman2004-01-134-3/+24
* Fix ata_getparam to accept the fact that some crappy devices can pose asSøren Schmidt2004-01-131-10/+12
* Add a component constant for ACPI_TOSHIBA to fix compilation ofJohn Baldwin2004-01-131-0/+1
* Use contigmalloc() and contigfree() instead of vm_page_alloc_contig() andAlan Cox2004-01-131-2/+2
* Fix typo in a commentChristian Brueffer2004-01-131-1/+1
* style(9): single tab after #define.Matthew N. Dodd2004-01-134-66/+66
* Handle "Bad Command List" errors.Matthew N. Dodd2004-01-121-0/+3
* Ugh. Last commit went horribly wrong. Back out changes to subr_ntoskrnl.c,Bill Paul2004-01-121-7/+8
* Remove comments that no longer apply.Matthew N. Dodd2004-01-121-4/+0
* Only remove the handler if we installed it.Nate Lawson2004-01-121-2/+4
* Bite the bullet and uncomment the shutdown() in case we hit the _CRT orNate Lawson2004-01-121-4/+4
* Fix a suspend/resume issue. My Compaq N400c works fine.Takeshi Shibagaki2004-01-122-0/+5
* I added unwanted character. I cleanedMIHIRA Sanpei Yoshiro2004-01-121-1/+1
* - Initialize qcb flags in ida_construct_qcb() with respect to DMA direction.Matthew N. Dodd2004-01-121-4/+16
* Allow specification of a geometry for vnode backed devices as well asPoul-Henning Kamp2004-01-121-0/+4
* Always return ENOMEM if ata_request_alloc fails so GEOM can dtrt.Søren Schmidt2004-01-124-9/+9
* #include sema.h is now required.Søren Schmidt2004-01-121-0/+1
* Clean up the probe message and sort the function table according toNate Lawson2004-01-121-3/+3
* Merge in some changes submitted by Brian Feldman. Among other things,Bill Paul2004-01-122-129/+500
* Specify the right location of the generated header.David E. O'Brien2004-01-121-1/+1
* Overhaul of the timeout/reinit framework. This should clear up mostSøren Schmidt2004-01-1115-220/+358
* Add the ACPI Toshiba extras driver (hotkeys, LCD backlight, video output,Nate Lawson2004-01-111-0/+485
* Sync type of linkspeed with firewire.c.Hidetoshi Shimokawa2004-01-111-1/+1
* Add Audigy support.David E. O'Brien2004-01-111-92/+520
* Add support for subtractive decoding bridges. These bridges pass allWarner Losh2004-01-112-159/+128
* Remove EMUDEBUG [un]def. This should be done in the Makefile.David E. O'Brien2004-01-111-1/+0
* MF-p4/diff reduction:Warner Losh2004-01-111-1/+0
* Remove the HACK section it breaks the older firmware and doesn't totallyDoug Ambrisko2004-01-101-21/+0
* Remove duplicate __FBSDID().Olivier Houchard2004-01-091-3/+1
* Clean up the acpi announce message of trailing spaces.Nate Lawson2004-01-091-3/+11