summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Break out the radar code into a separate source file.adrian2012-02-203-358/+388
* Return BUS_PROBE_DEFAULT instead of 0 because this is an in-tree driver.delphij2012-02-201-1/+1
* Probe the National DP83849, which is a dual-port version of the PHYTER.marius2012-02-192-3/+6
* - Probe BCM57780.marius2012-02-192-2/+6
* Try to ensure that ieee80211_newstate() and the vap_newstate methodsadrian2012-02-181-0/+15
* Fix regression in the handling of blkback close events forgibbs2012-02-171-6/+2
* Various cleanups for readability (no functional changes)luigi2012-02-176-180/+65
* Patches from Naresh Raju Gottumukkalaluigi2012-02-178-147/+260
* Fix the return type.adrian2012-02-171-2/+2
* During work to port isci(4) to stable/7 I noted that the maxio portion ofsbruno2012-02-171-1/+1
* Enforce some consistent ordering and handling of interrupt disable/enableadrian2012-02-171-12/+8
* Begin breaking out the txrx stop code into a locked and unlocked variant.adrian2012-02-171-3/+14
* Merge ACPICA 20120215.jkim2012-02-163-4/+21
* Set the initial mode for the adapter after executing VESA BIOS POST.jkim2012-02-161-2/+5
* Make sure the VESA mode number is between 256 and 511 inclusive.jkim2012-02-161-2/+4
* Properly check VESA video mode number.jkim2012-02-161-1/+1
* Fix a bug in the calculation of the maximum I/O request size.gibbs2012-02-162-11/+44
* Fix typo in a printf string: "specificed" -> "specified".gibbs2012-02-161-4/+4
* Add a module dependency on wlan.adrian2012-02-161-0/+1
* (This commit only touches code within the DEV_NETMAP blocks)luigi2012-02-1510-107/+97
* reduce the differences between these three files.luigi2012-02-153-72/+88
* Enhance documentation, improve interoperability, and fix defects ingibbs2012-02-153-95/+266
* Set the max_lun field of the path inquiry CCB to 8.ken2012-02-141-1/+1
* Add new USB device ID.hselasky2012-02-142-0/+2
* Fix the usefir128 config bit flipping.adrian2012-02-141-3/+2
* Improve the radar register config API.adrian2012-02-142-24/+44
* Change some headers such that lang/gcc* ports no longer patch them.tijl2012-02-141-1/+1
* Do not handle MOD_SHUTDOWN equally to MOD_UNLOAD in sound kernel module.mav2012-02-141-1/+2
* For RTL8168/8111D controller, make sure to wake PHY from power downyongari2012-02-141-1/+6
* - As it turns out, MSI-X is broken for at least LSI SAS1068E when passedmarius2012-02-141-10/+11
* Use if_maddr_*lock() routines to lock the per-interface multicastjhb2012-02-131-2/+2
* - use struct ifnet as explicit type of the argument to theluigi2012-02-137-96/+212
* Use the non-sleeping variang of t4_wr_mbox in code that can be callednp2012-02-131-1/+1
* Add a sysctl to report the firmware build number.emaste2012-02-131-0/+9
* Fix panic after "WARNING - ATA_IDENTIFY taskqueue timeout"emaste2012-02-131-0/+1
* Attempt to address some potential vap->iv_bss race conditions.adrian2012-02-131-3/+11
* Flesh out support for SAS1078 and SAS1078DE (which are said to actuallymarius2012-02-115-33/+67
* Start to try to hide LRO (and some TSO) bits behind #ifdefs as especiallybz2012-02-111-4/+48
* Remove unused variable miikevlo2012-02-111-2/+0
* Use the more common macro to set the if_baudrate to 10Gbit/s. Just usebz2012-02-111-1/+1
* Make use of the read-only variant of the IF_ADDR_*LOCK() macros introducedbz2012-02-111-2/+2
* Return BUS_PROBE_DEFAULT instead of BUS_PROBE_VENDOR from the mps driverken2012-02-111-1/+1
* De-obfuscate acpi_acquire_global_lock(). It seems the function was directlyjkim2012-02-101-8/+6
* Add a driver for Emulex OneConnect ethernet cards (10 Gbit PCIe)luigi2012-02-108-0/+11528
* Remove direct access to si_name.ed2012-02-104-6/+6
* Enforce the hardware chainmask when allowing the user to override theadrian2012-02-101-0/+2
* .. oops, use the right chainmask.adrian2012-02-101-1/+1
* Add in a new driver feature to allow the TX and RX chainmask to beadrian2012-02-102-0/+28
* Extend the HAL code to allow the RX and TX chainmask to be overriddenadrian2012-02-103-0/+34
* Add IPv6 TSO (including TSO+VLAN) support to cxgb(4).np2012-02-092-14/+34
OpenPOWER on IntegriCloud