aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* wpi: convert to ieee80211_add_channel() (mostly noop).Andriy Voskoboinyk2016-04-291-33/+16
* net80211 + drivers: hide size of 'bands' array behind a macro.Andriy Voskoboinyk2016-04-2918-18/+18
* Set txbuf_map array size to TX_DESC_COUNT instead of RX_DESC_COUNT.Jared McNeill2016-04-291-1/+1
* wpi: remove unused variable.Andriy Voskoboinyk2016-04-291-2/+0
* The iwm_nic_error() defined if IWM_DEBUG is defined.Dmitry Chagin2016-04-291-1/+2
* [ath] initialise do_ldpc to 0.Adrian Chadd2016-04-291-0/+1
* Correct some error codes to native FreeBSD ones.Hans Petter Selasky2016-04-291-0/+3
* Add function to detect the presence of a port module and use thisHans Petter Selasky2016-04-293-1/+18
* [ath] Add LDPC transmit support.Adrian Chadd2016-04-291-0/+33
* [ath] turn the BA hardware bug back into a printf().Adrian Chadd2016-04-291-1/+1
* [ath] Add counters for STBC TX and LDPC TX.Adrian Chadd2016-04-292-1/+9
* Only count CPU devices that are using the ACPI CPU driver.John Baldwin2016-04-281-1/+2
* INTRNG: Define 'INTR_IRQ_INVALID' constant and use it consistentlyMichal Meloun2016-04-281-1/+1
* GPIO: Add support for gpio pin interrupts.Michal Meloun2016-04-282-0/+33
* sfxge(4): do not use RxQ index as labelAndrew Rybchenko2016-04-282-33/+26
* Adjust prototypes for NUMA-related functions to match the style of theJohn Baldwin2016-04-271-3/+3
* Fix build for systems without PCI_RES_BUS.John Baldwin2016-04-271-1/+1
* Merge ACPICA 20160422.Jung-uk Kim2016-04-271-1/+2
* Add a bus_null_rescan() method that always fails with an error.John Baldwin2016-04-271-1/+1
* Add a pcib_attach_child() method to manage adding the child "pci" device.John Baldwin2016-04-276-29/+32
* Fix PCI bus detach to delete child devices.John Baldwin2016-04-271-9/+8
* Implement a PCI bus rescan method.John Baldwin2016-04-273-0/+100
* hyperv/hn: Add stat for # of chimney sending triesSepherosa Ziehau2016-04-272-0/+6
* hyperv/vmbus: Mark sysctls MPSAFESepherosa Ziehau2016-04-272-9/+9
* hyperv/hn: Mark sysctls MPSAFESepherosa Ziehau2016-04-271-26/+30
* hyperv/hn: Remove unapplied comment.Sepherosa Ziehau2016-04-271-2/+0
* hyperv/hn: Restart sending earlier once we gathered some free TX descsSepherosa Ziehau2016-04-272-3/+20
* Refactor DTS files for Zynq-based SoCsOleksandr Tymoshenko2016-04-261-0/+3
* ciss(4): Fix overrun of arrayConrad Meyer2016-04-261-2/+2
* iscsi_initiator(4): Fix use-after-free, double-freeConrad Meyer2016-04-261-2/+0
* aacraid(4): Fix some mostly trivial buffer overrunsConrad Meyer2016-04-261-3/+5
* PCI Enhanced Allocation: Annotate an intentional switch fallthroughConrad Meyer2016-04-261-0/+1
* iwm(4): Don't dereference potentially NULL pointer before NULL checkConrad Meyer2016-04-261-1/+1
* emu10kx: Don't iterate beyond array boundsConrad Meyer2016-04-261-1/+1
* Fix the parameter type according to method declaration.Ruslan Bukin2016-04-261-1/+1
* sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-2630-52/+47
* Stop including machine/fdt.h from the fdt uart code, it's unneeded.Andrew Turner2016-04-261-3/+0
* Do not include fdt.h on RISC-V.Ruslan Bukin2016-04-261-1/+1
* hyperv/hn: Change description to "Hyper-V Network Interface"Sepherosa Ziehau2016-04-261-1/+1
* hyperv/stor: Set description properly in probe devmethodSepherosa Ziehau2016-04-261-1/+2
* hyperv/channel: Git rid of the sub-channel creation callbackSepherosa Ziehau2016-04-263-11/+0
* hyperv/stor: Avoid sub-channel creation callback.Sepherosa Ziehau2016-04-261-15/+9
* hyperv/hn: Avoid sub-channel creation callback.Sepherosa Ziehau2016-04-264-39/+27
* hyperv/stor: Synchronize sub-channel offersSepherosa Ziehau2016-04-261-0/+7
* hyperv/stor: Remove the useless hs_open_multi_channelSepherosa Ziehau2016-04-261-7/+0
* [iwm] implement suspend/resume through ieee80211_{suspend,resume}_allAdrian Chadd2016-04-262-1/+20
* [iwm] add extra transmit setup/completion logging so I can see what's going on.Adrian Chadd2016-04-261-2/+17
* [ath] add LDPC capability support and LDPC RX support.Adrian Chadd2016-04-262-0/+18
* [ath] obey the STBC flag setting in iv_flags_htAdrian Chadd2016-04-261-4/+9
* [iwm] restart the VAP if there's a firmware panic.Adrian Chadd2016-04-251-6/+13