summaryrefslogtreecommitdiff
path: root/sys/dev/mii/atphy.c
AgeCommit message (Expand)Author
2022-04-06constify struct cfattachChristian Weisgerber
2022-01-09spellingJonathan Gray
2016-07-09Initialize the mii_oui field such that fec(4) can look at it.Mark Kettenis
2016-07-08The Atheros PHYs with model ID 7 are the AR8031/AR8033/AR8035 family.Mark Kettenis
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-12-05Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.Martin Pieuchot
2013-12-28mii drivers no longer need activate functions. Repair of the PHYTheo de Raadt
2011-06-17Explicitly clear 1000baseT control register for F1 PHY used inKevin Lo
2011-01-21Add Atheros F1 and F2 PHYs from FreeBSDKevin Lo
2009-07-25typoMartynas Venckus
2009-07-25Replace magic numbers for ANAR flow control bits with the appropriateMark Kettenis
2009-03-23use auto-negotiation for manual media type selection. This fixesKevin Lo
2008-09-25Add a driver for the Attansic F1 PHY.Brad Smith