aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Store the offset of the KDOORBELL and GTS registers in the softc.John Baldwin2016-08-016-17/+21
* Disable PCI hotplug support for slots with power controllers.John Baldwin2016-08-011-0/+7
* r293331 mistakingly failed to add an assignment of paddr to the rxbufSean Bruno2016-08-011-0/+1
* Sync CFE interface with upstream cfe-1.4.2 release.Landon J. Fuller2016-08-015-24/+134
* hyperv/storvsc: Stringent PRP list assertionsSepherosa Ziehau2016-08-011-4/+19
* hyperv/storvsc: Set maxio to 128KB.Sepherosa Ziehau2016-08-011-2/+18
* hyperv/vmbus: Remove the artificial entry limit of SG and PRP list.Sepherosa Ziehau2016-08-016-12/+17
* [ath] update comments.Adrian Chadd2016-08-011-2/+2
* [gpioled] add support for inverting the LED polarity.Adrian Chadd2016-07-311-0/+5
* Wrap previous MSIX workaround into #ifndef EARLY_AP_STARTUP.Alexander Motin2016-07-301-0/+4
* Try to declare _hw_pci for all sysctl cases needed after r303497.Bjoern A. Zeeb2016-07-301-1/+3
* [iwm] Fix iwm_poll_bit() usage in iwm_stop_device(), fixup r303418.Imre Vadász2016-07-301-2/+2
* Block MSIX negotiation until SMP started and IRQ reshuffled.Alexander Motin2016-07-301-0/+15
* Make MAC address generation more random.Alexander Motin2016-07-301-2/+1
* Fix infinite loops introduced at r303429.Alexander Motin2016-07-301-2/+2
* Various fixes to the t4/5nex character device.John Baldwin2016-07-291-34/+12
* Fix NTBT_QP_LINKS negotiation.Alexander Motin2016-07-291-29/+18
* Clear scratchpad after MSIX negotiation to not leak garbage.Alexander Motin2016-07-291-0/+1
* Add a loader tunable (hw.pci.enable_pcie_hp) to disable PCI-e HotPlug.John Baldwin2016-07-291-0/+8
* Once more refactor KPI between ntb_transport(4) and if_ntb(4)..Alexander Motin2016-07-293-86/+138
* xen-netfront: fix trying to send packets with disconnected netfrontRoger Pau Monné2016-07-291-0/+3
* Improve error message.Edward Tomasz Napierala2016-07-291-2/+2
* Fix MTP description in the comment.Edward Tomasz Napierala2016-07-291-1/+1
* Add a generic EHCI USB driver based on the Allwinner A10 driver. It is ACPIAndrew Turner2016-07-291-0/+220
* hyperv/storvsc: Use busdma(9) and enable PIM_UNMAPPED by default.Sepherosa Ziehau2016-07-291-60/+181
* hyperv/vmbus: Revoke unnecessary exposure of vmbus softcSepherosa Ziehau2016-07-292-15/+7
* hyperv/vmbus: Move driver glue to the beginning of the filesSepherosa Ziehau2016-07-292-72/+72
* hyperv/vmbus: Forward declare static functionsSepherosa Ziehau2016-07-295-15/+59
* hyperv/vmbus: Reindent function declarations.Sepherosa Ziehau2016-07-295-56/+62
* Kill a few stray debug printfs.Warner Losh2016-07-281-5/+0
* Mark spg_len and fl_pktshift static.John Baldwin2016-07-281-2/+2
* Fix r303429 build with invariants.Alexander Motin2016-07-281-1/+1
* Once more refactor KPI between NTB hardware and consumers.Alexander Motin2016-07-285-749/+1152
* hyperv/vmbus: Inclusion cleanupSepherosa Ziehau2016-07-2813-63/+22
* hyperv/vmbus: Avoid unnecessary mb()Sepherosa Ziehau2016-07-281-17/+3
* [iwm] When stopping TX DMA, wait for all channels at once.Imre Vadász2016-07-271-15/+12
* [iwm] Set different pm_timeout for action frames.Imre Vadász2016-07-272-5/+20
* [iwm] Fix inverted logic in iwm_tx().Imre Vadász2016-07-271-1/+1
* Add support for zero-copy aio_write() on TOE sockets.John Baldwin2016-07-275-26/+530
* hyperv/vmbus: Rename cleaned up bufring codeSepherosa Ziehau2016-07-271-0/+0
* hyperv/vmbus: Cleanup RX bufring read process.Sepherosa Ziehau2016-07-272-59/+42
* hyperv/vmbus: Stringent RX bufring data length checks.Sepherosa Ziehau2016-07-271-2/+6
* hyperv/vmbus: Cleanup TX bufring write process.Sepherosa Ziehau2016-07-271-84/+85
* hyperv/vmbus: Update comment for bufringSepherosa Ziehau2016-07-271-46/+32
* hyperv/vmbus: Use different struct for RX/TX bufring.Sepherosa Ziehau2016-07-274-187/+185
* hyperv/vmbus: Initialize RX/TX bufring mutex at channel creation timeSepherosa Ziehau2016-07-273-11/+21
* Annotate the usb-serial drivers which always return 0 for line status,Ian Lepore2016-07-277-0/+7
* Translate modem status reg bits from ns16550 to SER_* values used by theIan Lepore2016-07-271-4/+12
* Translate modem status reg bits from ns16550 to SER_* values used by theIan Lepore2016-07-261-2/+23
* cxgbe(4): Initialize the adapter queues (fwq and mgmtq) instead ofNavdeep Parhar2016-07-261-5/+4