aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Print out the shared memory queues during initializationScott Long2018-02-112-0/+25
* Add a device ID to uftdi for TIAO USB Multi Protocol Adapter (TUMPA).Ian Lepore2018-02-112-0/+2
* Teach mps(4) and mpr(4) drivers to autotune chain frames.Alexander Motin2018-02-106-77/+102
* iw_cxgbe: Remove declaration of a function that no longer exists.Navdeep Parhar2018-02-071-1/+0
* Give USB template SYSUNINIT()'s a uniq name to avoid symbol name collisionHans Petter Selasky2018-02-0710-10/+10
* [ath] Use the BSSID address logic for STA VAPs too.Adrian Chadd2018-02-071-1/+2
* Cache the value of the request and reply frame size since it's used quiteScott Long2018-02-067-35/+62
* Fix queue length reporting in mps(4) and mpr(4).Alexander Motin2018-02-066-8/+14
* Diagnostic buffer fixes for the mps(4) and mpr(4) drivers.Kenneth D. Merry2018-02-066-28/+330
* [arswitch] Implement the switch MAC address fetch API.Adrian Chadd2018-02-063-0/+65
* [etherswitch] add initial support for potentially configuring and fetching th...Adrian Chadd2018-02-061-0/+2
* Fix a case where a request frame can be composed that requires 2 or moreScott Long2018-02-061-11/+11
* bwn(4): migrate bwn(4) to the native bhnd(9) interface, and drop siba_bwn.Landon J. Fuller2018-02-0523-9148/+1225
* [arswitch] disable ARP copy-to-CPU port for AR9340 for now.Adrian Chadd2018-02-051-0/+2
* [arswitch] fix build breakage.Adrian Chadd2018-02-051-1/+1
* [arswitch] Enable ATU dump support for the AR9340.Adrian Chadd2018-02-051-11/+11
* [arswitch] fix mac address field definition.Adrian Chadd2018-02-051-4/+18
* [arswitch] Break out of the loop upon any error, not just -1.Adrian Chadd2018-02-051-1/+1
* psm(4): Fix panic occuring soon after PS/2 packet has been rejected byVladimir Kondratyev2018-02-041-3/+9
* Minimal changes for MPR to build on architectures with physical addresses lar...Justin Hibbits2018-02-041-2/+2
* [arswitch] fix up issues on the AR8327.Adrian Chadd2018-02-042-7/+7
* Add new USB ID.Hans Petter Selasky2018-02-032-0/+2
* [arswitch] add initial functionality for AR8327 ATU management.Adrian Chadd2018-02-032-5/+108
* [arswitch] Stub out the ATU table dump in AR9340 switches until I implementAdrian Chadd2018-02-021-0/+11
* [arswitch] begin tidying up the learning and ATU management, introduce ATU APIs.Adrian Chadd2018-02-027-29/+406
* [etherswitch] add the first pass of a simple API to flush and fetch the L2 ad...Adrian Chadd2018-02-023-0/+124
* Disable EARLY_PRINTF from the Armada 3700 uart, it breaks when we wantAndrew Turner2018-02-011-0/+2
* psm: Add a kludge to support 0x46 identity middle byte Synaptics touchpadsVladimir Kondratyev2018-01-311-20/+58
* psm(4): Reduce psm watchdog verbosityVladimir Kondratyev2018-01-311-1/+1
* psm(4): Add support for HP EliteBook 1040 ForcePads.Vladimir Kondratyev2018-01-311-7/+77
* IBRS support, AKA Spectre hardware mitigation.Konstantin Belousov2018-01-311-0/+1
* [arswitch] Fix ATU programming on the AR8327 switch.Adrian Chadd2018-01-311-1/+1
* [arswitch] Fix ATU flushing on AR8216/AR8316 and most of the later chips.Adrian Chadd2018-01-311-1/+1
* [arswitch] add a new debug section for upcoming address table management.Adrian Chadd2018-01-311-0/+3
* Try to preallocate receive memory early.Alexander Motin2018-01-311-1/+12
* Export tcp_always_keepalive for use by the Chelsio TOM module.John Baldwin2018-01-301-3/+2
* Move the mlx5 core device pointer first in the mlx5en priv. This help simplifyHans Petter Selasky2018-01-301-1/+2
* Make the handler routine for the hw.usb.template sysctl trigger the USBEdward Tomasz Napierala2018-01-301-2/+132
* Use more verbose panic messages.Michal Meloun2018-01-301-4/+5
* Revert r328511, it was committed with <patch>.diff instead of <patch>.txt asMichal Meloun2018-01-301-5/+4
* Fix kernel build after r328523, correct variable namesLi-Wen Hsu2018-01-292-2/+2
* Add a NO_GETMAXLUN quirk for the JMicron JMS567 USB to SATA bridge, toIan Lepore2018-01-292-0/+2
* Add ISA PNP tables to ISA drivers. Fix a few incidental comments.Warner Losh2018-01-297-5/+7
* Tag the current round of deprecated drivers.Warner Losh2018-01-2911-0/+14
* Use atomic load and stores to ensure that the compiler doesn'tWarner Losh2018-01-293-13/+12
* Out of an abundance of caution, NUL out the first byte in the PNPWarner Losh2018-01-281-0/+1
* diff --git a/sys/dev/extres/clk/clk.c b/sys/dev/extres/clk/clk.cMichal Meloun2018-01-281-4/+5
* Use bus_dmamem_alloc(9) KPI instead of contigmalloc(9).Alexander Motin2018-01-261-17/+42
* cxgbe(4): Accept old names of a couple of tunables.Navdeep Parhar2018-01-261-0/+2
* cxgbe(4): Do not display harmless warning in non-debug builds.Navdeep Parhar2018-01-261-0/+2