summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typo.yongari2007-09-141-2/+2
* Add support for a new device id (9). Mxge NICs with the newgallatin2007-09-132-1/+3
* Reject requests to start or ack a suspend sequence on platforms that do notnjl2007-09-131-0/+10
* Update snd_emu10kx driver with recent perforce changes (and fewariff2007-09-124-516/+1251
* Evidently setup_rss needs to happen whenever bind_qsets is done. This fixeskmacy2007-09-111-4/+0
* A number of small fixes:jfv2007-09-102-6/+5
* Add PCI IDs for Intel ICH9.simon2007-09-102-0/+8
* Fixing invalid channel display in ifconfig(8) by implementing requiredavatar2007-09-101-0/+17
* pull in changes made to RELENG_6 version in the process of doing the MFCkmacy2007-09-105-29/+36
* - Remove filter supportkmacy2007-09-091-298/+0
* Add back in support for normal mbuf chaining on RX under DISABLE_MBUF_IOVECkmacy2007-09-093-30/+174
* Fix last-minute typo in last commit caused by pre-commit scriptskmacy2007-09-091-1/+1
* - fix qset to port binding as a proper fix for the problems encountered on t...kmacy2007-09-0911-540/+678
* - fix a bug that zyd_attach() returns 0 even if it encountered errorssam2007-09-071-3/+11
* Add missing bg scanning bits; update ic_lastdata and cancel anysam2007-09-051-0/+6
* Add missing bits that made bg scanning lame:sam2007-09-056-9/+37
* o add 802.11 state machine states for DFS and client-side power savesam2007-09-055-0/+9
* add defs just removed from ieee80211.hsam2007-09-051-0/+10
* This is an update to the new Intel 10G 82598 driver.jfv2007-09-0410-476/+943
* Evaluate _OSC on boot to indicate our OS capabilities to ACPI. This isnjl2007-08-301-7/+32
* Remove the lock assert from iwi_newstate, this function does not need the lockthompsa2007-08-291-1/+0
* A port of the zyd driver from NetBSD by . This supports the ZyDASimp2007-08-293-0/+5125
OpenPOWER on IntegriCloud