aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* pmc_process_csw_out: ignore deleted countersAndriy Gapon2016-11-101-2/+2
* Fix copy/paste bug in r308464.Alexander Motin2016-11-091-1/+1
* Add some device IDs found in my new laptop.Alexander Motin2016-11-095-0/+16
* Allow higher sample rates to have more jitter than lower ones.Hans Petter Selasky2016-11-091-6/+7
* Sort DLINK section and add USB device ID of D-Link DWA-131 rev E1.Kevin Lo2016-11-091-10/+12
* Fix improper use of "its".Bryan Drewery2016-11-087-8/+8
* Do not warn if the 'assigned-clock-parents' property does not exists.Emmanuel Vadot2016-11-081-1/+3
* Range check the jitter values to avoid bogus sample rate adjustments.Hans Petter Selasky2016-11-081-3/+16
* Convert the Q-Pair and PRP list memory allocations to use BUSDMA. Add aScott Long2016-11-083-79/+109
* The igb driver currently requires a VF interface to have a non-zero MACSean Bruno2016-11-071-5/+14
* Refactor FDT part of gpioled driverOleksandr Tymoshenko2016-11-072-99/+230
* Fix the fallout from r308268 (mpt driver causes endless witness warnings inScott Long2016-11-071-0/+8
* Add timer to watch the RQ when we are out of mbufs.Hans Petter Selasky2016-11-073-2/+12
* Add more firmware related structures and update existing ones in theHans Petter Selasky2016-11-075-43/+467
* Query flow table capabilities according to the correct capability bitHans Petter Selasky2016-11-071-1/+5
* Correct checksum fields in the "mlx5_mini_cqe8" structure. The fieldsHans Petter Selasky2016-11-071-4/+5
* Ensure the firmware is notified of any host memory allocationHans Petter Selasky2016-11-071-5/+5
* When a firmware command times out do not free the command structure toHans Petter Selasky2016-11-071-1/+4
* rtwn: add HOSTAP / IBSS mode support for RTL8188CE.Andriy Voskoboinyk2016-11-069-37/+144
* rtwn_pci: omit tx_done() stage if device is not running.Andriy Voskoboinyk2016-11-062-6/+10
* rtwn: fix Tx ring cleanup.Andriy Voskoboinyk2016-11-061-30/+94
* rtwn: reduce shutdown time for RTL8188CE.Andriy Voskoboinyk2016-11-061-1/+2
* rtwn: reset watchdog timer on device shutdown.Andriy Voskoboinyk2016-11-061-0/+1
* rtwn: fix Rx filter setup for some multi-vap configuratons.Andriy Voskoboinyk2016-11-055-48/+48
* rtwn: pause beacon queue during scanning.Andriy Voskoboinyk2016-11-051-0/+5
* r295133 attempted to deactivate TSO in the 100Mbit link case with thisSean Bruno2016-11-051-14/+15
* r266979 missed a call to enable capabilities of the hw leading to anSean Bruno2016-11-051-0/+1
* Record the LogInfo field when reporting the IOCStatus. Helps inScott Long2016-11-042-8/+12
* Add clk_set_assignedEmmanuel Vadot2016-11-042-2/+50
* [gpio] Add GPIO driver for Intel Bay Trail SoCOleksandr Tymoshenko2016-11-041-0/+435
* hyperv/vmbus: Reset ch_dev, once the child is deleted.Sepherosa Ziehau2016-11-041-0/+1
* [ath] add the MIMO per-chain RSSI and noise floor information.Adrian Chadd2016-11-031-3/+34
* smbus: remove smbus_trans / SMB_TRANSAndriy Gapon2016-11-034-59/+2
* [evdev] Add evdev support to atkbd(4) driverOleksandr Tymoshenko2016-11-032-0/+87
* Since it's no longer accessing a powerpc-specific register, drop the #ifdef.Justin Hibbits2016-11-021-2/+0
* Fix the build. protctl is only used on powerpc.Justin Hibbits2016-11-021-1/+3
* ioat(4): Read CHANSTS register for suspended/halted checksConrad Meyer2016-11-021-0/+6
* dev/cpuctl: put debug output under CPUCTL_DEBUG rather than DEBUGAndriy Gapon2016-11-021-1/+1
* fix typo in a commentAndriy Gapon2016-11-021-1/+1
* smbus: remove the potentially very dangerous slave probing codeAndriy Gapon2016-11-021-29/+0
* ichiic/ig4: completely disengage from smbusAndriy Gapon2016-11-024-529/+21
* Add support for microcode update on newer AMD CPUs (10h+)Andriy Gapon2016-11-021-29/+22
* Add a fallback to the device mapper logic. We've seen systems in the fieldScott Long2016-11-026-14/+72
* Removed unused M_TSO_LEN.Sean Bruno2016-11-021-1/+0
* hyperv/kvp: Don't mix message status codes and function return values.Sepherosa Ziehau2016-11-023-38/+34
* hyperv: GC unused functions.Sepherosa Ziehau2016-11-023-72/+0
* [psm] Fix choosing wrong mode for synaptic device + trackpointOleksandr Tymoshenko2016-11-021-16/+25
* Merge i.MX and PowerPC SDHCI driversJustin Hibbits2016-11-021-19/+103
* Toggle card insert/remove interrupt enable bits on eventsJustin Hibbits2016-11-021-1/+8
* Move imx_sdhci driver over to a dev/sdhci in preparation for QorIQ support.Justin Hibbits2016-11-021-0/+917