aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/alc
Commit message (Expand)AuthorAgeFilesLines
* Don't bother to enable ASPM L1 to save more power. Even though I amPyun YongHyeon2010-10-301-1/+1
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-151-9/+5
* Make sure to not use stale ip/tcp header pointers. The ip/tcpPyun YongHyeon2010-10-141-0/+2
* Backout r204230. TX mbuf parser for VLAN is still required toPyun YongHyeon2010-10-141-7/+25
* status bits should be &'ed against status to be really functional.Xin LI2010-09-161-2/+2
* Make sure to disable RX MAC in alc_stop_mac(). Previously therePyun YongHyeon2010-08-131-1/+1
* Add support for Atheros AR8151/AR8152 PCIe gigabit/fast ethernetPyun YongHyeon2010-08-093-99/+388
* Cache PCIY_PMG and PCIY_EXPRESS capability pointer to softc and usePyun YongHyeon2010-08-082-10/+17
* 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