summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* - Fix build of manual page and inclusion of mos driver into kernel config file.hselasky2011-02-171-3/+7
* Add in ANI parameters for the AR9280. These aren't enabled by defaultadrian2011-02-171-2/+28
* Add a new parameter to selectively enable/disable the ANI operations.adrian2011-02-174-11/+19
* Call the right function.adrian2011-02-171-1/+1
* Properly propagate whether the channel is HT40 or not when calculatingadrian2011-02-172-9/+14
* Add initial support for RTL8401E PCIe Fast Ethernet.yongari2011-02-161-1/+6
* Modify the spi flash driver to allow smaller read IO sizes, but enforceadrian2011-02-161-17/+18
* Fix build breakage in if_mos.c when USB_DEBUG option is set.hselasky2011-02-161-1/+1
* Add support for new USB to ethernet controller:hselasky2011-02-163-0/+1201
* Fix a regression introduced in r215906. The change made in r215906yongari2011-02-151-1/+3
* Disable flipping antennas for AR9280.adrian2011-02-151-0/+8
* - Use the correct DMA tag/map pair for synchronize the FC scratch area.marius2011-02-147-49/+61
* bring this in line with what ath9k does.adrian2011-02-141-1/+1
* Some statistics additions - prepare for error codes > 32 (since the AR5416adrian2011-02-142-6/+34
* Rework r218685. Copy just enough data for the resource type.jkim2011-02-141-23/+22
* Prevent reading from the ACPI_RESOURCE past its actual end. Formdf2011-02-141-1/+5
* * Fix page fault caused by referring freed node.hselasky2011-02-143-54/+75
* Use the preload_fetch_addr() and preload_fetch_size() conveniencemarcel2011-02-131-9/+14
* Use the preload_fetch_addr() and preload_fetch_size() conveniencemarcel2011-02-131-15/+17
* Use the preload_fetch_addr() and preload_fetch_size() conveniencemarcel2011-02-131-11/+13
* This should be TX stream, not RX stream.adrian2011-02-131-1/+1
* Restore DH89xxCC/Patsburg chip IDs accentally dropped at r218596.mav2011-02-121-0/+4
* Disable NCQ for multiport Marvell 88SX61XX SATA controllers. Simultaneousmav2011-02-121-10/+13
* The current code used the fields in ath_set11nratescenario() . Use themadrian2011-02-123-6/+7
* Fix the shared code to be consistent with Intel-internal,jfv2011-02-1210-87/+218
* Restore 2 prototypes that seem to have been mistakenly removed in r218582.dougb2011-02-111-0/+2
* Somehow the RX ring depletion fix got partially removed,jfv2011-02-111-4/+17
* Revert changes made here, they will cause a conflictjfv2011-02-111-3/+0
* Inconsistencies in the updated igb shared code and the olderjfv2011-02-113-4/+7
* .. how'd this compile before I commit it and then not now?adrian2011-02-111-1/+1
* The last parameter to ath_computedur_ht() is short-GI, not short-preamble.adrian2011-02-111-1/+1
* After r218530 export several functions which are no longer private tobz2011-02-112-6/+6
* Add support for the new I350 family of 1G interfaces.jfv2011-02-1121-328/+1121
* - Updated firmware which improves small packet performance.davidch2011-02-111-10855/+11115
* - Added error checking to nvram read functions.davidch2011-02-102-43/+49
* Use the preload_fetch_addr() and preload_fetch_size() conveniencemarcel2011-02-091-10/+9
* Rework beacon handling re-enable run_updateslot().bschmidt2011-02-092-9/+78
* Expose the 4k transaction workaround hooks to the driver, but don't (yet)adrian2011-02-093-0/+5
* Add in the (very!) optional glue to flip the 11n bits for if_ath.adrian2011-02-091-0/+50
* Fix the keycache behaviour for multicast keycache search.adrian2011-02-092-3/+20
* Correct signedness and off-by-one issues in parameters used for DMA tagmarius2011-02-092-2/+2
* Minor cleanup:hselasky2011-02-093-5/+7
* Improve the error interrupt handler. In particular, read themarcel2011-02-081-9/+14
* net80211 really doesn't want A_MPDU to appear on non-11n station node mbufs.adrian2011-02-081-0/+9
* Commit some missing bits to the sample rate module to (more) correctly calcul...adrian2011-02-081-6/+14
* I missed this commit - enable 4k transaction support for the ar5416+ar9160.adrian2011-02-081-0/+1
* There's apparently a bug with Merlin (AR9280) and later chipsets whereadrian2011-02-086-5/+8
* Based on discussions on the svn-src mailing list, rework r218195:mdf2011-02-081-1/+0
* - Added systcls for header splitting, RX/TX buffer count, interruptdavidch2011-02-072-703/+1112
* Curitel UM150 needs a quirk to stop it from detaching straight aftern_hibma2011-02-072-0/+2
OpenPOWER on IntegriCloud