summaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Pull the correct clock frequency value out of OFW. Why the helper functionScott Long2004-09-131-2/+6
* Change sb_lock() calls to sbc_lockassert() and remove the sb_unlock()Don Lewis2004-09-121-4/+2
* Put some of the probe messages under bootverbose so to lessen the noise.Scott Long2004-09-121-15/+16
* Remove unneeded TX channel wakeup from vge_txeof(). This was putBill Paul2004-09-111-1/+0
* Fix build if both of BKTR_USE_FREEBSD_SMBUS and BKTR_NEW_MSP34XX_DRIVER areDoug White2004-09-111-0/+4
* Remove unneeded VGE_UNLOCK() in vge_detach().Bill Paul2004-09-111-1/+0
* Add device driver support for the VIA Networking TechnologiesBill Paul2004-09-106-0/+4106
* Make it depend on PCI as well.Matt Jacob2004-09-101-0/+1
* Make sym depend, as a module, on cam.Matt Jacob2004-09-101-0/+1
* Reduce the amount of memory reported to busdma.Søren Schmidt2004-09-102-8/+10
* Convert sndstat_lock from a mutex to an sx lock. sndstat_read()Don Lewis2004-09-101-26/+29
* Add comments about why we're freeing subdevs (which is completelyWarner Losh2004-09-091-8/+11
* We don't need a uhub_child_detached() routine now that we don't detachWarner Losh2004-09-091-34/+2
* Shame on me. I screwed up product ID for the 3COM Bluetooth PC-Card.Maksim Yevmenkin2004-09-091-1/+1
* For the moment, back out my back out of green's 1.87 commit. While itWarner Losh2004-09-091-11/+9
* Release the hold on ata_delayed_attach earlier so we can use tsleepSøren Schmidt2004-09-091-6/+7
* Clean up rev 1.49 by using the temperature conversion for _PSV also andNate Lawson2004-09-081-4/+5
* Back out 1.88.Warner Losh2004-09-081-9/+11
* Don't change the state of the system in acpi_tz_establish(). Before, weNate Lawson2004-09-071-16/+22
* Instead of trusting _STA from power resources, cache the first valueNate Lawson2004-09-071-5/+11
* Do the small amount of tweaking to support PAE for at least initiator mode.Matt Jacob2004-09-071-1/+137
* Use bioq_takefirst()Poul-Henning Kamp2004-09-071-3/+1
* Remove layer intermixing. Device driver should pass the frame shouldGleb Smirnoff2004-09-061-20/+2
* Add a missing splx().Hidetoshi Shimokawa2004-09-061-0/+1
* Use %zu to format size_t.Dag-Erling Smørgrav2004-09-051-2/+2
* Device driver for the Cypress CY7C637xx and CY7C640/1xx families of USBDag-Erling Smørgrav2004-09-051-0/+634
* Fixed build with DEVICE_POLLING defined.Ruslan Ermilov2004-09-041-2/+2
* Add support Western Digital External USB HDDMIHIRA Sanpei Yoshiro2004-09-042-1/+10
* Add support Nikon CoolScan LS40 EDMIHIRA Sanpei Yoshiro2004-09-032-1/+4
* Add support Qualcomm CDMA modemMIHIRA Sanpei Yoshiro2004-09-032-0/+3
* add support ELECOM UC-SGT(minor change version)MIHIRA Sanpei Yoshiro2004-09-032-0/+2
* merge in if_rl locking because if_re was originally based upon if_rl.John-Mark Gurney2004-09-031-84/+135
* Introduce ata_udelay() that uses tsleep instead of DELAY if possible.Søren Schmidt2004-09-034-7/+18
* Panic if given a CAM_DATA_PHYS pointer from CAM instead of trying to handle it.Scott Long2004-09-031-14/+2
* Sync promise_mio_command with WIP on the Promise line of SATA controllers.Søren Schmidt2004-09-031-4/+9
* Cleanup the defines used for various chipsets.Søren Schmidt2004-09-032-19/+31
* Don't enter the debugger when executing an AML breakpoint instructionNate Lawson2004-09-021-5/+5
* Added support for Intel PRO/1000 GT Desktop Adapter(Device ID 8086 107C)Prafulla Deuskar2004-09-014-242/+448
* Remove redundant _FBSDID.Marcel Moolenaar2004-09-011-3/+0
* Disable links after getting the possible resources. Even though _DISNate Lawson2004-09-011-12/+12
* Cleanup the storing and printing of the device transfermode for SATA.Søren Schmidt2004-09-012-14/+12
* Add PCI ID for the BCM4401-B0.Dag-Erling Smørgrav2004-09-012-0/+3
* When ISA_PNP_PROBE is called, it will return 0 when it finds a device,Warner Losh2004-08-311-2/+1
* Add a suffix descriptor for the acpi thermal values as a hint for the userlandPeter Wemm2004-08-301-10/+10
* Fix _FDI drive type probing. The new fd child is not an ACPI device whileNate Lawson2004-08-301-3/+10
* Fix _FDE probing by using the buffer contents instead of the bufferNate Lawson2004-08-301-8/+25
* Correct a typo in a comment: alloated->allocatedJustin T. Gibbs2004-08-301-1/+1
* Don't g_waitidle() when initializing a preloaded md. This fixes aColin Percival2004-08-301-1/+2
* Remove an unused variable.Hidetoshi Shimokawa2004-08-291-1/+1
* Fixed the module name (macros don't work here).Ruslan Ermilov2004-08-291-1/+1