aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* If an interrupt is received with no vap attached, just fail LINK events.Adrian Chadd2012-02-251-0/+5
* Use correct Config registers for RTL8139 family. Unlike RTL8168 andPyun YongHyeon2012-02-251-26/+43
* Fix a long-standing bug for AcpiOsGetTimer(). time_t is 32-bit on i386 andJung-uk Kim2012-02-241-3/+3
* - Add support for Family 12h, 14h and 15h processors.Jung-uk Kim2012-02-241-109/+146
* If the VBE implementation does not support save/restore function, defer toJung-uk Kim2012-02-231-8/+5
* Update my copyright date.Jung-uk Kim2012-02-231-1/+1
* Probe supported states for save/restore function. Some VBE implementationJung-uk Kim2012-02-231-11/+11
* Fix a typo introduced in r231843.Jung-uk Kim2012-02-231-1/+1
* Use the passed-in channel rather than ic->ic_curchan.Adrian Chadd2012-02-231-1/+1
* Add check for IFF_DRV_RUNNING flag after serving an interrupt andPyun YongHyeon2012-02-231-8/+15
* Avoid creating PCM devices for MIDI adapters.Hans Petter Selasky2012-02-231-11/+19
* With r232015, sf(4) gets correct speed/duplex of established link.Pyun YongHyeon2012-02-231-4/+12
* Remove taskqueue based MII stat change handler.Pyun YongHyeon2012-02-232-24/+7
* No need to reprogram hardware RX filter when driver is not running.Pyun YongHyeon2012-02-231-1/+2
* Introduce sf_ifmedia_upd_locked() and have driver reset PHY beforePyun YongHyeon2012-02-231-9/+17
* If there are not enough RX buffers, release partially allocated RXPyun YongHyeon2012-02-231-0/+1
* Give hardware chance to drain active DMA cycles.Pyun YongHyeon2012-02-231-0/+3
* Add Seeq Technology 80220 PHY support to smcphy(4). This PHY isPyun YongHyeon2012-02-231-4/+60
* Fix memset sizeofKevin Lo2012-02-221-1/+1
* Break out the radar code into a separate source file.Adrian Chadd2012-02-203-358/+388
* Return BUS_PROBE_DEFAULT instead of 0 because this is an in-tree driver.Xin LI2012-02-201-1/+1
* Probe the National DP83849, which is a dual-port version of the PHYTER.Marius Strobl2012-02-192-3/+6
* - Probe BCM57780.Marius Strobl2012-02-192-2/+6
* Try to ensure that ieee80211_newstate() and the vap_newstate methodsAdrian Chadd2012-02-181-0/+15
* Fix regression in the handling of blkback close events forJustin T. Gibbs2012-02-171-6/+2
* Various cleanups for readability (no functional changes)Luigi Rizzo2012-02-176-180/+65
* Patches from Naresh Raju GottumukkalaLuigi Rizzo2012-02-178-147/+260
* Fix the return type.Adrian Chadd2012-02-171-2/+2
* During work to port isci(4) to stable/7 I noted that the maxio portion ofSean Bruno2012-02-171-1/+1
* Enforce some consistent ordering and handling of interrupt disable/enableAdrian Chadd2012-02-171-12/+8
* Begin breaking out the txrx stop code into a locked and unlocked variant.Adrian Chadd2012-02-171-3/+14
* Merge ACPICA 20120215.Jung-uk Kim2012-02-163-4/+21
* Set the initial mode for the adapter after executing VESA BIOS POST.Jung-uk Kim2012-02-161-2/+5
* Make sure the VESA mode number is between 256 and 511 inclusive.Jung-uk Kim2012-02-161-2/+4
* Properly check VESA video mode number.Jung-uk Kim2012-02-161-1/+1
* Fix a bug in the calculation of the maximum I/O request size.Justin T. Gibbs2012-02-162-11/+44
* Fix typo in a printf string: "specificed" -> "specified".Justin T. Gibbs2012-02-161-4/+4
* Add a module dependency on wlan.Adrian Chadd2012-02-161-0/+1
* (This commit only touches code within the DEV_NETMAP blocks)Luigi Rizzo2012-02-1510-107/+97
* reduce the differences between these three files.Luigi Rizzo2012-02-153-72/+88
* Enhance documentation, improve interoperability, and fix defects inJustin T. Gibbs2012-02-153-95/+266
* Set the max_lun field of the path inquiry CCB to 8.Kenneth D. Merry2012-02-141-1/+1
* Add new USB device ID.Hans Petter Selasky2012-02-142-0/+2
* Fix the usefir128 config bit flipping.Adrian Chadd2012-02-141-3/+2
* Improve the radar register config API.Adrian Chadd2012-02-142-24/+44
* Change some headers such that lang/gcc* ports no longer patch them.Tijl Coosemans2012-02-141-1/+1
* Do not handle MOD_SHUTDOWN equally to MOD_UNLOAD in sound kernel module.Alexander Motin2012-02-141-1/+2
* For RTL8168/8111D controller, make sure to wake PHY from power downPyun YongHyeon2012-02-141-1/+6
* - As it turns out, MSI-X is broken for at least LSI SAS1068E when passedMarius Strobl2012-02-141-10/+11
* Use if_maddr_*lock() routines to lock the per-interface multicastJohn Baldwin2012-02-131-2/+2