summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* DMA support part 1: DMA tag create & destroymarcel2015-06-066-20/+293
* Don't return -10000 as the probe priority. That's lower than whatmarcel2015-06-065-5/+5
* Update SW4 to the Intel ixl/ixlv drivers. This is primarily a sharedjfv2015-06-0518-250/+3259
* aic7xxx: Do not support device IDs 0x8081, 0x8088 and 0x8089 to avoidachim2015-06-051-0/+14
* Disable VGA PCI interrupts until a chipset driver is loaded for VGAhselasky2015-06-051-0/+7
* Don't wait forever for USB data to be flushed.hselasky2015-06-051-1/+2
* cxgbe: set the minimum burst size when fetching fl buffers to 128B fornp2015-06-051-1/+1
* Remove compatibility shims for FreeBSD versions older than 8.0.jhb2015-06-0413-119/+0
* Add a new file operations hook for mmap operations. File type-specificjhb2015-06-042-6/+6
* Disable bgscan for now - it interferes with 11n activity and generaladrian2015-06-041-0/+2
* Change EM_MULTIQUEUE to a real kernconf entry and enable support forsbruno2015-06-034-195/+482
* Fix spelling.hselasky2015-06-031-1/+1
* Fix wrong variable name in the previous commit.loos2015-06-031-1/+1
* Fix the OACTIVE handling on if_dwc.loos2015-06-031-1/+6
* Restore AHCI quirks printing as base16.mav2015-06-021-1/+1
* Make the last revision compilable.glebius2015-06-021-4/+5
* The argument passed to the iwi_update_wme() is softc, not ieee80211com.glebius2015-06-021-2/+1
* Provide vnode in memory map info for files on tmpfsvangyzen2015-06-021-3/+3
* Simplify hang detection by stealing the techniques used in ixl(4) andsbruno2015-06-022-50/+49
* Fix for control endpoint handling in the DWC OTG driver. The datahselasky2015-06-021-56/+52
* Catch up to the SRIOV API changes in r283670.jhb2015-06-012-3/+4
* Delta D2489 - Add SRIOV support to the Intel 10G driver.jfv2015-06-016-177/+1380
* Revert last commit, to remove added skeleton tree.jfv2015-06-016-1382/+181
* Delta D2489 - Add SRIOV support to the Intel 10G driver.jfv2015-06-016-181/+1382
* Add USB MIDI template for USB device side mode.hselasky2015-06-014-0/+245
* cxgbe: no need to display the per-lane GT/s rating of the pcie link.np2015-06-011-19/+3
* cxgbe: set minimum burst size when fetching freelist buffers to 128B.np2015-06-011-1/+1
* Actually check the DTS node value to enable the uart quirks.loos2015-05-301-4/+4
* ig4 - Intel fourth gen integrated I2C SMBus driver.grembo2015-05-304-0/+1876
* Do not set d_fwsectors nor d_fwheads. Primarily because the valuesmarcel2015-05-291-24/+1
* Use device_printf() instead of if_printf(). No functional changes.glebius2015-05-295-80/+94
* Remove several write-only variables, all reported by the gcc 4.9kib2015-05-291-9/+5
* sfxge: do not use DEBUG_FLAGS to enable extra debug checksarybchik2015-05-291-1/+1
* acpi_ibm: add per-model default events mask.rpaulo2015-05-291-2/+55
* Create a separate kobj interface for leaf-driver PCI IOV methods.jhb2015-05-287-46/+116
* The wrong commit message was given with r283632. This is the correct message.slm2015-05-2823-474/+768
* The wrong commit message was given with r283632. To get the correct commitslm2015-05-2823-768/+474
* Follow-up r283636 with a fix to the other abuses of BUS_SPACE_MAXSIZE_32BIT.scottl2015-05-281-4/+4
* To avoid sleeping in firmware_get() with bwi mutex held, callglebius2015-05-273-6/+6
* In bwi_mac_fw_alloc():glebius2015-05-271-30/+20
* Setup the interrupt handler after bwi_attach(). If IRQ is shared, interruptglebius2015-05-271-10/+10
* - Don't request BUS_DMA_ALLOCNOW for dma tags, that requires enormousglebius2015-05-271-6/+6
* This setting of stop_at_shutdown should have been removed with r279253slm2015-05-2723-474/+768
* sfxge: mask ifmedia options (pauses) when looking for matching modearybchik2015-05-271-3/+5
* Change three methods in struct ieee80211com, namely ic_updateslot,glebius2015-05-2522-157/+145
* Set ic_softc in all 802.11 drivers. Not required right now, but will beglebius2015-05-2523-0/+23
* Update wpi(4) to use the new mgmt RX API.adrian2015-05-252-6/+10
* Begin plumbing ieee80211_rx_stats through the receive path.adrian2015-05-255-8/+11
* Use ic_printf() instead of if_printf().glebius2015-05-251-3/+2
* Store softc in ic_softc and access it without using struct ifnet.glebius2015-05-251-11/+12
OpenPOWER on IntegriCloud