aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/alc
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unnecessary assignment.Pyun YongHyeon2010-08-081-1/+0
* Always disable ASPM L0s and enable L1 before entering into WOLPyun YongHyeon2010-08-081-12/+10
* Do not touch CMB TX threshold register when CMB is not used.Pyun YongHyeon2010-08-071-3/+3
* Controller does not seem to support more than 1024 bytes DMA burst.Pyun YongHyeon2010-08-071-0/+4
* Reduce Tx interrupt moderation timer from 50ms to 1ms. The defaultPyun YongHyeon2010-08-061-2/+2
* With r206844, CSUM_TCP is also set for CSUM_TSO case. ModifyPyun YongHyeon2010-04-191-22/+22
* Remove Tx mbuf parsing code for VLAN in TSO path. Controller doesPyun YongHyeon2010-02-221-25/+5
* Add TSO support on VLANs. Also make sure to update TSO capabilityPyun YongHyeon2010-02-221-13/+3
* Fix multicast handling. All Atheros controllers use big-endian formPyun YongHyeon2009-09-291-1/+1
* For AR8132 fast ethernet controller, do not report 1000baseTPyun YongHyeon2009-09-281-0/+10
* Don't try to power down PHY when alc(4) failed to map the device.Pyun YongHyeon2009-08-241-1/+2
* Free allocated Rx ring dma memory/tags.Kevin Lo2009-07-311-0/+15
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* Add alc(4), a driver for Atheros AR8131/AR8132 PCIe ethernetPyun YongHyeon2009-06-103-0/+4717