summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix an incorrect PCI device id. The current value conflicts withambrisko2007-09-181-1/+1
* Update beacon handling to sync w/ vap code base:sam2007-09-175-8/+29
* convert hardware rate codes to IEEE rate codes with a lookup tablesam2007-09-171-34/+18
* bandaid Dynamic Turbo A operation with old hal's: HAL_MODE_108Asam2007-09-171-0/+4
* fix led blinking in RUN state: the addition of the CAC state movedsam2007-09-171-0/+3
* Make wi_set_channel() actually change the channel in hardware so that hostapthompsa2007-09-161-2/+15
* Zyd needs be under Giant because USB is under Giant.imp2007-09-151-1/+2
* Add the PCI id for the Intel 7221's integrated graphics controller. It isalc2007-09-151-0/+2
* During boot(before setting IP address) PHY can generate link stateyongari2007-09-141-6/+6
OpenPOWER on IntegriCloud