summaryrefslogtreecommitdiffstats
path: root/sys/dev/alc
Commit message (Expand)AuthorAgeFilesLines
* MFC r277907:yongari2015-03-261-3/+3
* MFC r272730,273018:yongari2014-10-213-191/+1355
* MFC r272721:yongari2014-10-212-7/+3
* MFC r263957:yongari2014-04-141-1/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-4/+4
* Switch some PCI register reads from using magic numbers to using the namesgavin2012-09-191-6/+6
* Align the PCI Express #defines with the style used for the PCI-Xgavin2012-09-181-8/+8
* Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.yongari2011-10-171-1/+1
* Disable PHY hibernation until I get more detailed hibernationyongari2011-08-221-6/+20
* Fix typo.yongari2011-05-191-2/+2
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPmarius2011-05-031-4/+2
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls tojhb2011-03-231-2/+2
* alc_rev was used without initialization such that it failed toyongari2011-01-311-1/+1
* Fix logic error. Due to the bug, it incorrectly checked TXQ statusyongari2011-01-281-1/+1
* Correct wrong definition of PM timer mask and adjust L1/PM timeryongari2011-01-202-4/+16
* - Move ether_ifdetach() earlier and remove now-unneeded IN_DETACH flag.jhb2011-01-132-7/+8
* Make sure to invoke unlocked foo_start since the taskqueue does notyongari2011-01-121-1/+1
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-1/+1
* Add a 'locked' variant of the foo_start() routine and call it directlyjhb2011-01-032-17/+12
* Remove unecessary and clearly wrong usage of atomic(9).yongari2010-12-101-4/+4
* Enable ethernet flow-control on all alc(4) controllers. This changeyongari2010-11-261-3/+1
* Don't bother to enable ASPM L1 to save more power. Even though I amyongari2010-10-301-1/+1
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-151-9/+5
* Make sure to not use stale ip/tcp header pointers. The ip/tcpyongari2010-10-141-0/+2
* Backout r204230. TX mbuf parser for VLAN is still required toyongari2010-10-141-7/+25
* status bits should be &'ed against status to be really functional.delphij2010-09-161-2/+2
* Make sure to disable RX MAC in alc_stop_mac(). Previously thereyongari2010-08-131-1/+1
* Add support for Atheros AR8151/AR8152 PCIe gigabit/fast ethernetyongari2010-08-093-99/+388
* Cache PCIY_PMG and PCIY_EXPRESS capability pointer to softc and useyongari2010-08-082-10/+17
* Remove unnecessary assignment.yongari2010-08-081-1/+0
* Always disable ASPM L0s and enable L1 before entering into WOLyongari2010-08-081-12/+10
* Do not touch CMB TX threshold register when CMB is not used.yongari2010-08-071-3/+3
* Controller does not seem to support more than 1024 bytes DMA burst.yongari2010-08-071-0/+4
* Reduce Tx interrupt moderation timer from 50ms to 1ms. The defaultyongari2010-08-061-2/+2
* With r206844, CSUM_TCP is also set for CSUM_TSO case. Modifyyongari2010-04-191-22/+22
* Remove Tx mbuf parsing code for VLAN in TSO path. Controller doesyongari2010-02-221-25/+5
* Add TSO support on VLANs. Also make sure to update TSO capabilityyongari2010-02-221-13/+3
* Fix multicast handling. All Atheros controllers use big-endian formyongari2009-09-291-1/+1
* For AR8132 fast ethernet controller, do not report 1000baseTyongari2009-09-281-0/+10
* Don't try to power down PHY when alc(4) failed to map the device.yongari2009-08-241-1/+2
* Free allocated Rx ring dma memory/tags.kevlo2009-07-311-0/+15
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* Add alc(4), a driver for Atheros AR8131/AR8132 PCIe ethernetyongari2009-06-103-0/+4717
OpenPOWER on IntegriCloud