summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add device driver support for the VIA Networking Technologieswpaul2004-09-106-0/+4106
* Make it depend on PCI as well.mjacob2004-09-101-0/+1
* Make sym depend, as a module, on cam.mjacob2004-09-101-0/+1
* Reduce the amount of memory reported to busdma.sos2004-09-102-8/+10
* Convert sndstat_lock from a mutex to an sx lock. sndstat_read()truckman2004-09-101-26/+29
* Add comments about why we're freeing subdevs (which is completelyimp2004-09-091-8/+11
* We don't need a uhub_child_detached() routine now that we don't detachimp2004-09-091-34/+2
* Shame on me. I screwed up product ID for the 3COM Bluetooth PC-Card.emax2004-09-091-1/+1
* For the moment, back out my back out of green's 1.87 commit. While itimp2004-09-091-11/+9
* Release the hold on ata_delayed_attach earlier so we can use tsleepsos2004-09-091-6/+7
* Clean up rev 1.49 by using the temperature conversion for _PSV also andnjl2004-09-081-4/+5
* Back out 1.88.imp2004-09-081-9/+11
* Don't change the state of the system in acpi_tz_establish(). Before, wenjl2004-09-071-16/+22
* Instead of trusting _STA from power resources, cache the first valuenjl2004-09-071-5/+11
* Do the small amount of tweaking to support PAE for at least initiator mode.mjacob2004-09-071-1/+137
* Use bioq_takefirst()phk2004-09-071-3/+1
* Remove layer intermixing. Device driver should pass the frame shouldglebius2004-09-061-20/+2
* Add a missing splx().simokawa2004-09-061-0/+1
* Use %zu to format size_t.des2004-09-051-2/+2
* Device driver for the Cypress CY7C637xx and CY7C640/1xx families of USBdes2004-09-051-0/+634
* Fixed build with DEVICE_POLLING defined.ru2004-09-041-2/+2
* Add support Western Digital External USB HDDsanpei2004-09-042-1/+10
* Add support Nikon CoolScan LS40 EDsanpei2004-09-032-1/+4
* Add support Qualcomm CDMA modemsanpei2004-09-032-0/+3
* add support ELECOM UC-SGT(minor change version)sanpei2004-09-032-0/+2
* merge in if_rl locking because if_re was originally based upon if_rl.jmg2004-09-031-84/+135
* Introduce ata_udelay() that uses tsleep instead of DELAY if possible.sos2004-09-034-7/+18
* Panic if given a CAM_DATA_PHYS pointer from CAM instead of trying to handle it.scottl2004-09-031-14/+2
* Sync promise_mio_command with WIP on the Promise line of SATA controllers.sos2004-09-031-4/+9
* Cleanup the defines used for various chipsets.sos2004-09-032-19/+31
* Don't enter the debugger when executing an AML breakpoint instructionnjl2004-09-021-5/+5
* Added support for Intel PRO/1000 GT Desktop Adapter(Device ID 8086 107C)pdeuskar2004-09-014-242/+448
* Remove redundant _FBSDID.marcel2004-09-011-3/+0
* Disable links after getting the possible resources. Even though _DISnjl2004-09-011-12/+12
* Cleanup the storing and printing of the device transfermode for SATA.sos2004-09-012-14/+12
* Add PCI ID for the BCM4401-B0.des2004-09-012-0/+3
* When ISA_PNP_PROBE is called, it will return 0 when it finds a device,imp2004-08-311-2/+1
* Add a suffix descriptor for the acpi thermal values as a hint for the userlandpeter2004-08-301-10/+10
* Fix _FDI drive type probing. The new fd child is not an ACPI device whilenjl2004-08-301-3/+10
* Fix _FDE probing by using the buffer contents instead of the buffernjl2004-08-301-8/+25
* Correct a typo in a comment: alloated->allocatedgibbs2004-08-301-1/+1
* Don't g_waitidle() when initializing a preloaded md. This fixes acperciva2004-08-301-1/+2
* Remove an unused variable.simokawa2004-08-291-1/+1
* Fixed the module name (macros don't work here).ru2004-08-291-1/+1
* Do not match TGA2 adapters. They are not compatible with TGA adapters,marcel2004-08-291-2/+0
* Fix two cases where a successful return from usbd_transfer() wouldiedowse2004-08-291-2/+2
* Tag a last set of PCI network interfaces as IFF_NEEDSGIANT until theyrwatson2004-08-282-2/+4
* Add support Corega CG-LAPCIGT Gigabit Ethernet(8169S)sanpei2004-08-281-0/+2
* remove unused prototypesos2004-08-271-1/+0
* Make code ready to switch debug.mpsafenet to 1 since I've not able torik2004-08-272-2/+4
OpenPOWER on IntegriCloud