aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* - use struct ifnet as explicit type of the argument to theLuigi Rizzo2012-02-137-96/+212
* Use the non-sleeping variang of t4_wr_mbox in code that can be calledNavdeep Parhar2012-02-131-1/+1
* Add a sysctl to report the firmware build number.Ed Maste2012-02-131-0/+9
* Fix panic after "WARNING - ATA_IDENTIFY taskqueue timeout"Ed Maste2012-02-131-0/+1
* Attempt to address some potential vap->iv_bss race conditions.Adrian Chadd2012-02-131-3/+11
* Flesh out support for SAS1078 and SAS1078DE (which are said to actuallyMarius Strobl2012-02-115-33/+67
* Start to try to hide LRO (and some TSO) bits behind #ifdefs as especiallyBjoern A. Zeeb2012-02-111-4/+48
* Remove unused variable miiKevin Lo2012-02-111-2/+0
* Use the more common macro to set the if_baudrate to 10Gbit/s. Just useBjoern A. Zeeb2012-02-111-1/+1
* Make use of the read-only variant of the IF_ADDR_*LOCK() macros introducedBjoern A. Zeeb2012-02-111-2/+2
* Return BUS_PROBE_DEFAULT instead of BUS_PROBE_VENDOR from the mps driverKenneth D. Merry2012-02-111-1/+1
* De-obfuscate acpi_acquire_global_lock(). It seems the function was directlyJung-uk Kim2012-02-101-8/+6
* Add a driver for Emulex OneConnect ethernet cards (10 Gbit PCIe)Luigi Rizzo2012-02-108-0/+11528
* Remove direct access to si_name.Ed Schouten2012-02-104-6/+6
* Enforce the hardware chainmask when allowing the user to override theAdrian Chadd2012-02-101-0/+2