summaryrefslogtreecommitdiff
path: root/sys/dev/mii/rgephy.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/mii/rgephy.c')
-rw-r--r--sys/dev/mii/rgephy.c4
1 files changed, 3 insertions, 1 deletions
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 },