aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Reduce excessive nesting.Dag-Erling Smørgrav2013-02-201-18/+16
* Configure larger TX FIFO default and maximum level values.Adrian Chadd2013-02-201-2/+18
* If any of the TX queues have underrun reporting enabled, enableAdrian Chadd2013-02-201-0/+2
* A couple of quick tidyups:Adrian Chadd2013-02-201-6/+1
* Enable TX FIFO underrun interrupts. This allows the TX FIFO thresholdAdrian Chadd2013-02-201-0/+1
* oops, tab!Adrian Chadd2013-02-201-1/+1
* Post interrupts in the ath alq trace.Adrian Chadd2013-02-201-0/+4
* CFG_ERR, DATA_UNDERRUN and DELIM_UNDERRUN are all flags, rather thanAdrian Chadd2013-02-201-6/+13
* Add support to mxge for IPv6 TX csum offload & IPv6 TSO.Andrew Gallatin2013-02-192-52/+226
* MFcalloutng:Alexander Motin2013-02-191-8/+13
* MFcalloutng:Alexander Motin2013-02-191-6/+12
* Fix typoUlrich Spörlein2013-02-191-2/+2
* Mark the coretemp(4) sysctls as MPSAFE, ensuring that Giant won't be heldMark Johnston2013-02-181-6/+6
* Fix an incorrect sizeof()Adrian Chadd2013-02-181-1/+1
* Fix bad EEPROM parsing code.Hans Petter Selasky2013-02-182-5/+31
* Add a new ATH KTR debug method to log the interrupt status.Adrian Chadd2013-02-181-0/+28
* Remove accidentally committed debug panic(9) callOleksandr Tymoshenko2013-02-171-5/+1
* Disable debug accidentally enabled by previous commitOleksandr Tymoshenko2013-02-161-1/+1
* Various timing-related fixes:Oleksandr Tymoshenko2013-02-163-12/+61
* * Reduce the PCU lock overhead a little by only re-acquiring it if weAdrian Chadd2013-02-161-5/+20
* Resolve issue that caused WITNESS to report LORs.Josh Paetzel2013-02-142-1/+10
* Add USB API to read power draw on USB devices.Hans Petter Selasky2013-02-142-1/+17
* Remove unused variable.Hans Petter Selasky2013-02-132-2/+0
* Resolve a LOR after r246616. Protect control requests using the USB deviceHans Petter Selasky2013-02-138-42/+54
* Add new USB ID to FTDI driver.Hans Petter Selasky2013-02-132-0/+2
* Pull out the if_transmit() work and revert back to ath_start().Adrian Chadd2013-02-134-451/+107
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-1246-1433/+487
* Put this back into the ath taskqueue rather than the ath TX taskqueue.Adrian Chadd2013-02-111-1/+1
* Go back to direct-dispatch of the software queue and frame TX pathsAdrian Chadd2013-02-111-7/+9
* Extend the timestamp to be a timeval, rather than ticks.Adrian Chadd2013-02-112-2/+8
* - Move scratch data from the USB bus structure to the USB device structureHans Petter Selasky2013-02-1010-228/+268
* Fix correct use of USB header files.Hans Petter Selasky2013-02-101-2/+2
* - Streamline detach logic in wlan drivers, so thatHans Petter Selasky2013-02-1013-87/+237
* The encryption type field needs to be preserved for each descriptorAdrian Chadd2013-02-091-0/+6
* Do not hold locks around hardware context reads.Navdeep Parhar2013-02-091-10/+11
* Make sure we don't leak command buffers when a USBHans Petter Selasky2013-02-081-6/+6
* Fix regression issue after r244503:Hans Petter Selasky2013-02-082-25/+25
* Fix a corner case that I noticed with the AR5416 (and it's currentlyAdrian Chadd2013-02-081-10/+7
* This fixes a out-of-order problem with severalRandall Stewart2013-02-076-71/+80
* Add support for mute buttons on USB audio devices andHans Petter Selasky2013-02-073-29/+58
* Create a new TX lock specifically for queuing frames.Adrian Chadd2013-02-074-19/+39
* Methodize the process of adding the software TX queue to the taskqueue.Adrian Chadd2013-02-074-7/+21
* Add support for buttons on USB audio devices,Hans Petter Selasky2013-02-063-1/+248
* Make sure that all mouse buttons are released when clientsHans Petter Selasky2013-02-061-1/+20
* Busy-wait when cold.Navdeep Parhar2013-02-061-1/+6
* Add defines to more easily allow a single threaded version of the FreeBSDHans Petter Selasky2013-02-059-52/+56
* Fix some nits.Hans Petter Selasky2013-02-055-6/+6
* Rework jumbo frame handling. QAC confirmed that the controllerPyun YongHyeon2013-02-052-44/+87
* - Make pci_ns8250_ids[] const.Marius Strobl2013-02-031-6/+6
* Improve r238673 to additionally allow for odd-aligned buffers asMarius Strobl2013-02-022-10/+49