summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* bus_dmamap_load_ccb doesn't exist on earlier versions of FreeBSD orimp2013-02-211-3/+1
* Fix build.glebius2013-02-211-2/+2
* Be slightly more paranoid with the TX DMA buffer maximum threshold.adrian2013-02-212-2/+23
* Remove incorrect comment about splsoftclock.imp2013-02-211-1/+0
* Add an option to allow the minimum number of delimiters to be tweaked.adrian2013-02-214-2/+18
* Add a new option to limit the maximum size of aggregates.adrian2013-02-215-2/+32
* Remove this unneeded printf(), sorry!adrian2013-02-211-4/+0
* The other giant locked storage drivers have removed splbio(), for theimp2013-02-211-7/+0
* Replace splhigh() with critical_enter()/leave() to ensure we write theimp2013-02-211-13/+30
* No longer need splhigh() since locking was done, delete it andimp2013-02-211-9/+1
* Refresh on the shared code for the E1000 drivers.jfv2013-02-2123-2089/+2521
* cxgbe(4): Assume that CSUM_TSO in the transmit path implies CSUM_IP andnp2013-02-201-6/+8
* revert 247035des2013-02-201-16/+18
* Reduce excessive nesting.des2013-02-201-18/+16
* Configure larger TX FIFO default and maximum level values.adrian2013-02-201-2/+18
* If any of the TX queues have underrun reporting enabled, enableadrian2013-02-201-0/+2
* A couple of quick tidyups:adrian2013-02-201-6/+1
* Enable TX FIFO underrun interrupts. This allows the TX FIFO thresholdadrian2013-02-201-0/+1
* oops, tab!adrian2013-02-201-1/+1
* Post interrupts in the ath alq trace.adrian2013-02-201-0/+4
* CFG_ERR, DATA_UNDERRUN and DELIM_UNDERRUN are all flags, rather thanadrian2013-02-201-6/+13
* 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
OpenPOWER on IntegriCloud