summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/atphy.c
diff options
context:
space:
mode:
authoryongari <yongari@FreeBSD.org>2010-08-09 17:22:14 +0000
committeryongari <yongari@FreeBSD.org>2010-08-09 17:22:14 +0000
commit26fe9e04f8edb30c87d49040bd79035af3ea07e8 (patch)
tree366b1f0933f3a50a2b767eba2e9eecf3887d93ba /sys/dev/mii/atphy.c
parentdbc7cd5ae92f3f2be03dce659ade7aecb6878079 (diff)
downloadFreeBSD-src-26fe9e04f8edb30c87d49040bd79035af3ea07e8.zip
FreeBSD-src-26fe9e04f8edb30c87d49040bd79035af3ea07e8.tar.gz
Add F1 PHY found on Atheros AR8151 v2.0 PCIe gigabit ethernet
controller.
Diffstat (limited to 'sys/dev/mii/atphy.c')
-rw-r--r--sys/dev/mii/atphy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/mii/atphy.c b/sys/dev/mii/atphy.c
index 96243af..f370c80 100644
--- a/sys/dev/mii/atphy.c
+++ b/sys/dev/mii/atphy.c
@@ -86,6 +86,7 @@ static int atphy_auto(struct mii_softc *);
static const struct mii_phydesc atphys[] = {
MII_PHY_DESC(ATHEROS, F1),
+ MII_PHY_DESC(ATHEROS, F1_7),
MII_PHY_DESC(ATHEROS, F2),
MII_PHY_END
};
OpenPOWER on IntegriCloud