summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix typos - remove duplicate "the".brucec2011-02-2127-28/+28
* Modify the AR5416 11na rate table to use 24mb OFDM 11a for control traffic,adrian2011-02-211-19/+19
* Implement setting the short preamble bit if it's needed for the current node.adrian2011-02-211-6/+6
* Add more udav device ID's.hselasky2011-02-192-0/+9
* - Add support for MosChip 9865 Single 1284 Printer portmiwi2011-02-191-0/+1
* s/u_intXX_t/uintXX_t/gyongari2011-02-192-93/+93
* Consistently use a tab character instead of space after #define.yongari2011-02-192-588/+588
* Count how many frames driver lost in interrupt handler. Thisyongari2011-02-191-1/+6
* Split common TX/RX descriptor DMA tag to TX and RX DMA tagsyongari2011-02-192-276/+429
* Rearrange interrupt handler a bit and remove forever loop.yongari2011-02-191-22/+20
* Send frames only when there is a valid link and driver is runningyongari2011-02-191-4/+2
* Fix a long standing bug where driver handed over RX descriptoryongari2011-02-181-1/+0
* There is no need to execute filter configuration when driver is notyongari2011-02-181-4/+2
* Make sure to clear status word of TX descriptor in dc_list_tx_init().yongari2011-02-181-5/+5
* For controllers that have TX interrupt moderation capability,yongari2011-02-182-1/+16
* Fix several issues with the mps(4) driver.ken2011-02-183-15/+200
* In the MPS driver, during device removal processing, don't assume thatken2011-02-183-3/+26
* cxgbe(4) - NIC driver for Chelsio T4 (Terminator 4) based 10Gb/1Gb adapters.np2011-02-1814-0/+43744
* - Make an enum for all the umidi USB transfers.hselasky2011-02-181-108/+62
* Remove use case of DC_TX_ONE. It was used to limit queue just 1 TXyongari2011-02-182-6/+0
* Apply special PHY initialization code for 21143 controllers beforeyongari2011-02-181-31/+42
* When driver have to use base softc due to lack of SROM on secondyongari2011-02-181-2/+37
* Always check memory allocation failure. If driver encounter memoryyongari2011-02-182-21/+60
* Just be double-sure short-gi isn't being enabled in 20mhz mode.adrian2011-02-171-2/+7
* Disable short-GI in 20mhz mode - the hardware doesn't support this.adrian2011-02-171-0/+3
* - 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
OpenPOWER on IntegriCloud