summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add support to mxge for IPv6 TX csum offload & IPv6 TSO.gallatin2013-02-192-52/+226
* MFcalloutng:mav2013-02-191-8/+13
* MFcalloutng:mav2013-02-191-6/+12
* Fix typouqs2013-02-191-2/+2
* Mark the coretemp(4) sysctls as MPSAFE, ensuring that Giant won't be heldmarkj2013-02-181-6/+6
* Fix an incorrect sizeof()adrian2013-02-181-1/+1
* Fix bad EEPROM parsing code.hselasky2013-02-182-5/+31
* Add a new ATH KTR debug method to log the interrupt status.adrian2013-02-181-0/+28
* Remove accidentally committed debug panic(9) callgonzo2013-02-171-5/+1
* Disable debug accidentally enabled by previous commitgonzo2013-02-161-1/+1
* Various timing-related fixes:gonzo2013-02-163-12/+61
* * Reduce the PCU lock overhead a little by only re-acquiring it if weadrian2013-02-161-5/+20
* Resolve issue that caused WITNESS to report LORs.jpaetzel2013-02-142-1/+10
* Add USB API to read power draw on USB devices.hselasky2013-02-142-1/+17
* Remove unused variable.hselasky2013-02-132-2/+0
* Resolve a LOR after r246616. Protect control requests using the USB devicehselasky2013-02-138-42/+54
* Add new USB ID to FTDI driver.hselasky2013-02-132-0/+2
* Pull out the if_transmit() work and revert back to ath_start().adrian2013-02-134-451/+107
* Reform the busdma API so that new types may be added without modifyingkib2013-02-1246-1433/+487
* Put this back into the ath taskqueue rather than the ath TX taskqueue.adrian2013-02-111-1/+1
* Go back to direct-dispatch of the software queue and frame TX pathsadrian2013-02-111-7/+9
* Extend the timestamp to be a timeval, rather than ticks.adrian2013-02-112-2/+8
* - Move scratch data from the USB bus structure to the USB device structurehselasky2013-02-1010-228/+268
* Fix correct use of USB header files.hselasky2013-02-101-2/+2
* - Streamline detach logic in wlan drivers, so thathselasky2013-02-1013-87/+237
* The encryption type field needs to be preserved for each descriptoradrian2013-02-091-0/+6
* Do not hold locks around hardware context reads.np2013-02-091-10/+11
* Make sure we don't leak command buffers when a USBhselasky2013-02-081-6/+6
* Fix regression issue after r244503:hselasky2013-02-082-25/+25
* Fix a corner case that I noticed with the AR5416 (and it's currentlyadrian2013-02-081-10/+7
* This fixes a out-of-order problem with severalrrs2013-02-076-71/+80
* Add support for mute buttons on USB audio devices andhselasky2013-02-073-29/+58
* Create a new TX lock specifically for queuing frames.adrian2013-02-074-19/+39
* Methodize the process of adding the software TX queue to the taskqueue.adrian2013-02-074-7/+21
* Add support for buttons on USB audio devices,hselasky2013-02-063-1/+248
* Make sure that all mouse buttons are released when clientshselasky2013-02-061-1/+20
* Busy-wait when cold.np2013-02-061-1/+6
* Add defines to more easily allow a single threaded version of the FreeBSDhselasky2013-02-059-52/+56
* Fix some nits.hselasky2013-02-055-6/+6
* Rework jumbo frame handling. QAC confirmed that the controlleryongari2013-02-052-44/+87
* - Make pci_ns8250_ids[] const.marius2013-02-031-6/+6
* Improve r238673 to additionally allow for odd-aligned buffers asmarius2013-02-022-10/+49
* revert accidentally committed unneeded changes from r246250avg2013-02-021-2/+2
* acpi: clear power button status bit after waking up...avg2013-02-021-0/+25
* acpi: after wakeup from a state > S1 re-enable SCI_EN with a direct writeavg2013-02-021-2/+15
* uart: add resume method and enable it for attachments on the most commonavg2013-02-025-0/+13
* Fix for hardware checksum offloading in SMSC driver.hselasky2013-02-011-1/+7
* Make use of USB ID sections configurable.hselasky2013-02-014-1/+12
* Delete the "blackhole" driver - it is not needed anymore.neel2013-02-011-129/+0
* Update hwpmc to support the Xeon class of Ivybridge processors.sbruno2013-01-313-191/+428
OpenPOWER on IntegriCloud