summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/e1000phy.c
diff options
context:
space:
mode:
authoryongari <yongari@FreeBSD.org>2010-04-30 19:01:55 +0000
committeryongari <yongari@FreeBSD.org>2010-04-30 19:01:55 +0000
commit042dce9b96d452a9cf6a4ce20b58c7c4113ab45d (patch)
treedd0889d613711f2f036c68965d31f9469881f318 /sys/dev/mii/e1000phy.c
parent7a0b6f8a32672cdf476aaff405247a7f4a38d97e (diff)
downloadFreeBSD-src-042dce9b96d452a9cf6a4ce20b58c7c4113ab45d.zip
FreeBSD-src-042dce9b96d452a9cf6a4ce20b58c7c4113ab45d.tar.gz
Add Marvell PHYG65G Gigabit PHY which is found on 88E8059 Yukon Optima.
Tested by: James LaLagna < jameslalagna <> gmail dot com > MFC after: 5 days
Diffstat (limited to 'sys/dev/mii/e1000phy.c')
-rw-r--r--sys/dev/mii/e1000phy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/mii/e1000phy.c b/sys/dev/mii/e1000phy.c
index b50eb07..f30f91c 100644
--- a/sys/dev/mii/e1000phy.c
+++ b/sys/dev/mii/e1000phy.c
@@ -112,6 +112,7 @@ static const struct mii_phydesc e1000phys[] = {
MII_PHY_DESC(MARVELL, E1116R),
MII_PHY_DESC(MARVELL, E1118),
MII_PHY_DESC(MARVELL, E3016),
+ MII_PHY_DESC(MARVELL, PHYG65G),
MII_PHY_DESC(xxMARVELL, E1000),
MII_PHY_DESC(xxMARVELL, E1011),
MII_PHY_DESC(xxMARVELL, E1000_3),
@@ -230,6 +231,7 @@ e1000phy_reset(struct mii_softc *sc)
case MII_MODEL_MARVELL_E1116:
case MII_MODEL_MARVELL_E1118:
case MII_MODEL_MARVELL_E1149:
+ case MII_MODEL_MARVELL_PHYG65G:
/* Disable energy detect mode. */
reg &= ~E1000_SCR_EN_DETECT_MASK;
reg |= E1000_SCR_AUTO_X_MODE;
OpenPOWER on IntegriCloud