summaryrefslogtreecommitdiff
path: root/sys
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
parent16fc2c5c74e3f792c02a6fc2468871f35109d4b4 (diff)
more Marvell and Realtek PHY
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/mii/eephy.c4
-rw-r--r--sys/dev/mii/rgephy.c4
2 files changed, 6 insertions, 2 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,
diff --git a/sys/dev/mii/rgephy.c b/sys/dev/mii/rgephy.c
index fb032a0e387..cd612d65143 100644
--- a/sys/dev/mii/rgephy.c
+++ b/sys/dev/mii/rgephy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rgephy.c,v 1.10 2005/05/27 08:04:15 brad Exp $ */
+/* $OpenBSD: rgephy.c,v 1.11 2005/07/22 11:48:10 brad Exp $ */
/*
* Copyright (c) 2003
* Bill Paul <wpaul@windriver.com>. All rights reserved.
@@ -91,6 +91,8 @@ const struct mii_phy_funcs rgephy_funcs = {
};
static const struct mii_phydesc rgephys[] = {
+ { MII_OUI_REALTEK2, MII_MODEL_xxREALTEK_RTL8169S,
+ MII_STR_xxREALTEK_RTL8169S },
{ MII_OUI_xxREALTEK, MII_MODEL_xxREALTEK_RTL8169S,
MII_STR_xxREALTEK_RTL8169S },