summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/e1000phy.c
diff options
context:
space:
mode:
authorraj <raj@FreeBSD.org>2008-09-04 11:09:40 +0000
committerraj <raj@FreeBSD.org>2008-09-04 11:09:40 +0000
commit92fbe03257da72372f8d73a62a446e4cda47cc3b (patch)
tree3705f9c4ea995f1e1bc390e7223684907188f971 /sys/dev/mii/e1000phy.c
parent9f7bbf786b8774496a85d188582a51fe6846d9f0 (diff)
downloadFreeBSD-src-92fbe03257da72372f8d73a62a446e4cda47cc3b.zip
FreeBSD-src-92fbe03257da72372f8d73a62a446e4cda47cc3b.tar.gz
Recognize 88E1116R phy variation. This part is found on some embedded devices.
Obtained from: Semihalf
Diffstat (limited to 'sys/dev/mii/e1000phy.c')
-rw-r--r--sys/dev/mii/e1000phy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/mii/e1000phy.c b/sys/dev/mii/e1000phy.c
index ae45077..5de13ca 100644
--- a/sys/dev/mii/e1000phy.c
+++ b/sys/dev/mii/e1000phy.c
@@ -105,6 +105,7 @@ static const struct mii_phydesc e1000phys[] = {
MII_PHY_DESC(MARVELL, E1149),
MII_PHY_DESC(MARVELL, E1111),
MII_PHY_DESC(MARVELL, E1116),
+ MII_PHY_DESC(MARVELL, E1116R),
MII_PHY_DESC(MARVELL, E1118),
MII_PHY_DESC(xxMARVELL, E1000),
MII_PHY_DESC(xxMARVELL, E1011),
OpenPOWER on IntegriCloud