summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/atphy.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Initialize the mii_oui field such that fec(4) can look at it.kettenis2016-07-091-1/+2
* The Atheros PHYs with model ID 7 are the AR8031/AR8033/AR8035 family.kettenis2016-07-081-3/+3
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.mpi2014-12-051-1/+2
* mii drivers no longer need activate functions. Repair of the PHYderaadt2013-12-281-2/+2
* Explicitly clear 1000baseT control register for F1 PHY used inkevlo2011-06-171-2/+15
* Add Atheros F1 and F2 PHYs from FreeBSDkevlo2011-01-211-4/+8
* typomartynas2009-07-251-2/+2
* Replace magic numbers for ANAR flow control bits with the appropriatekettenis2009-07-251-3/+3
* use auto-negotiation for manual media type selection. This fixeskevlo2009-03-231-2/+3
* Add a driver for the Attansic F1 PHY.brad2008-09-251-0/+384