summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* More style nit.takawata2007-10-251-6/+3
* Don't attach to the "IBM0057" ID. This ID is used by IBM machines forjhb2007-10-251-1/+1
* Fix variable name to be clear what it means.takawata2007-10-251-3/+3
* Turn EC into poll mode before device_resume invoked .takawata2007-10-251-3/+34
* Add ABI backwards compatibility to the FreeBSD 4/5/6 versions ofmarius2007-10-241-51/+295
* - Use pci_enable_busmaster() to turn on busmaster.kevlo2007-10-231-35/+10
* Add one of HTC Smartphone/PocketPC device IDs.mav2007-10-222-0/+5
* fix up some code for older systems changed by accident in the last commitjulian2007-10-212-2/+12
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-2033-65/+65
* fix an incorrect setting of `retry times' in case of zd1211b, wesam2007-10-191-1/+1
* - Gigabyte G33-S2H fixup, due to the present of multiple competingariff2007-10-191-13/+71
* Add Winchiphead (or Nanjin QinHeng Electronics) USB Serial converter driver.takawata2007-10-182-1/+1038
* Make ukbd_getc respect non-blocking behavior if one is requested. Changekan2007-10-151-7/+10
* Backout sensors framework.netchild2007-10-156-1804/+34
* fix a bug of RX routines that can't process multi-frame transactionssam2007-10-151-2/+3
* Correct calculation of aac_sg_tablesize.emaste2007-10-151-6/+4
* Add PCI IDs from Adaptec's driver version b11669:emaste2007-10-141-0/+42
* Convert coretemp(4) to the hardware sensors framework andnetchild2007-10-141-34/+45
* Import it(4) and lm(4), supporting most popular Super I/O Hardware Monitors.netchild2007-10-145-0/+1759
* revert 1.18: the negotiated rate set may not match the halsam2007-10-131-18/+34
* Rewrite puc_pci_match() to handle non-trivial cases correctly.des2007-10-131-14/+19
* Add NOP-message polling to ciss_periodic().iwasaki2007-10-131-1/+80
* Fix a NULL pointer dereference in Tx checksum calculation.yongari2007-10-131-0/+5
* The ukbd driver has some questionable "magic" to for a default keyboardjhb2007-10-121-2/+8
* Fix a mistake made in the MPSAFE commit that caused CAM to serialize requestsscottl2007-10-121-1/+2
* For some blasted reason the SATA WC change frees a structure right in thescottl2007-10-121-1/+0
* Play better with CAM so that there aren't so many spurious warnings at boot.scottl2007-10-121-17/+14
* Deferred interrupts don't work yet, disable them.scottl2007-10-121-0/+2
* Remove unneeded debug printf that is broken on 64bit arches.thompsa2007-10-121-1/+1
* Add another zydas device: Planex GW-US54GD (a.k.a Dempaotoko)takawata2007-10-122-0/+2
* Bring in some new Sierra Wireless drivers running under pccard.remko2007-10-122-0/+40
* Spelling fix for interupt -> interruptkevlo2007-10-1215-23/+23
* Update ipw to work with the new net80211 stack, plus other driver improvements.thompsa2007-10-123-219/+868
* Not all VIA Rhine chips support 256 register space. So touchingyongari2007-10-121-1/+4
* Add PCI ID for ICH9 AHCI w/ two adapters.delphij2007-10-092-0/+2
* Update to version 3.70.03.007 from the vendor. This adds support for newscottl2007-10-099-63/+89
* When the EC times out (common with Compaqs), it may report a designnjl2007-10-091-2/+4
* Fix the HPET table probe routine to run from device_identify() insteadnjl2007-10-093-11/+20
* Add entries for Epson multifunction scanner/printer/card readers,luigi2007-10-052-6/+38
* Add support for the VIA 8237Ssos2007-10-043-1/+4
* Recognize the CS5536 support chip for the AMD Geode LX CPU to enablephk2007-10-042-0/+2
* Make the PCI code aware of PCI domains (aka PCI segments) so we canmarius2007-09-3013-49/+115
* o Revert the part of if_gem.c rev. 1.35 which added a call to gem_stop()marius2007-09-264-417/+774
* Add support for the AX88178 and AX88772 based devices.imp2007-09-252-27/+231
* Rewrite the EC driver event model. The main goal is to avoidnjl2007-09-241-304/+189
* - Add the device ID for the VIA VT3324 (CX700) chipset.kevlo2007-09-211-21/+83
* Serialize output routine of terminal emulator (te_puts()) by a lock.simokawa2007-09-202-1/+14
* - Only assume that a PCI device on the same slot is a "neighbor" USBjhb2007-09-191-2/+13
* - Fix a small bit slip in PCIM_PCAP_D[0-2]PME defines.sepotvin2007-09-191-3/+5
* Fix a bug that will cause a process that calls the VT_WAITACTIVE ioctlmarcus2007-09-191-2/+1
OpenPOWER on IntegriCloud