summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove explicit CC assignment in isci(4) Makefile to allow for buildingjimharris2012-02-0912-31/+36
* Refine r231226. Swap timecounters before suspending any device drivers.jkim2012-02-091-10/+17
* Add support for RICOH R5CE823 card reader, that can be found inglebius2012-02-092-0/+34
* Bring in a number of mps(4) driver fixes from LSI:ken2012-02-096-44/+452
* Remove extra newlines from panic messages.marius2012-02-083-20/+19
* Reset clock after atrtc(4) is properly resumed.jkim2012-02-082-4/+9
* Revert r211288 and move the logic to the acpi_timer itself.jkim2012-02-081-0/+48
* - change the buffer size from a constant to aluigi2012-02-087-436/+442
* Allocate the BAR for userspace doorbells after the is_offload checknp2012-02-081-9/+11
* Program the MAC exact match table in batches of 7 addresses atnp2012-02-081-11/+42
* - Give all clocks and timers on acpi0 the equal probing order.jkim2012-02-075-21/+27
* Call bge_add_sysctls() early and especially before bge_can_use_msi() somarius2012-02-071-2/+2
OpenPOWER on IntegriCloud