summaryrefslogtreecommitdiff
path: root/sys/dev/mii/eephy.c
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2005-07-22 11:48:11 +0000
committerBrad Smith <brad@cvs.openbsd.org>2005-07-22 11:48:11 +0000
commitc27cf3f11701633df387ec2429c65e22b58a230d (patch)
tree3f7051dcd59763c842f0322839099db735dbd7bc /sys/dev/mii/eephy.c
parent16fc2c5c74e3f792c02a6fc2468871f35109d4b4 (diff)
more Marvell and Realtek PHY
Diffstat (limited to 'sys/dev/mii/eephy.c')
-rw-r--r--sys/dev/mii/eephy.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/mii/eephy.c b/sys/dev/mii/eephy.c
index 5e4d888206b..858aeccbc3e 100644
--- a/sys/dev/mii/eephy.c
+++ b/sys/dev/mii/eephy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: eephy.c,v 1.18 2005/06/19 19:30:14 brad Exp $ */
+/* $OpenBSD: eephy.c,v 1.19 2005/07/22 11:48:10 brad Exp $ */
/*
* Principal Author: Parag Patel
* Copyright (c) 2001
@@ -77,6 +77,8 @@ const struct mii_phy_funcs eephy_funcs = {
};
static const struct mii_phydesc eephys[] = {
+ { MII_OUI_xxMARVELL, MII_MODEL_xxMARVELL_E1000_2,
+ MII_STR_xxMARVELL_E1000_2 },
{ MII_OUI_xxMARVELL, MII_MODEL_xxMARVELL_E1000_3,
MII_STR_xxMARVELL_E1000_3 },
{ MII_OUI_xxMARVELL, MII_MODEL_xxMARVELL_E1000_5,