summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2008-10-25 00:10:22 +0000
committerBrad Smith <brad@cvs.openbsd.org>2008-10-25 00:10:22 +0000
commitdc077db43380189dc6e6856eb62d567951b7f6c0 (patch)
tree7f3e1e67b730181233a5963ecfcfc8d26055cfa2 /sys
parent526bd3e8ea10fe1174e19c4b98dea529d0146f53 (diff)
Update for name changes.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/mii/qsphy.c6
-rw-r--r--sys/dev/mii/tqphy.c6
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/mii/qsphy.c b/sys/dev/mii/qsphy.c
index da7ed28b568..664a4aa6664 100644
--- a/sys/dev/mii/qsphy.c
+++ b/sys/dev/mii/qsphy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: qsphy.c,v 1.16 2008/06/26 05:42:16 ray Exp $ */
+/* $OpenBSD: qsphy.c,v 1.17 2008/10/25 00:10:21 brad Exp $ */
/* $NetBSD: qsphy.c,v 1.19 2000/02/02 23:34:57 thorpej Exp $ */
/*-
@@ -101,8 +101,8 @@ const struct mii_phy_funcs qsphy_funcs = {
};
static const struct mii_phydesc qsphys[] = {
- { MII_OUI_QUALSEMI, MII_MODEL_QUALSEMI_QS6612,
- MII_STR_QUALSEMI_QS6612 },
+ { MII_OUI_QUALITYSEMI, MII_MODEL_QUALITYSEMI_QS6612,
+ MII_STR_QUALITYSEMI_QS6612 },
{ 0, 0,
NULL },
diff --git a/sys/dev/mii/tqphy.c b/sys/dev/mii/tqphy.c
index e61545aa88d..13ddde09147 100644
--- a/sys/dev/mii/tqphy.c
+++ b/sys/dev/mii/tqphy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tqphy.c,v 1.13 2008/09/08 07:50:15 brad Exp $ */
+/* $OpenBSD: tqphy.c,v 1.14 2008/10/25 00:10:21 brad Exp $ */
/* $NetBSD: tqphy.c,v 1.9 2000/02/02 23:34:57 thorpej Exp $ */
/*
@@ -102,8 +102,8 @@ const struct mii_phy_funcs tqphy_funcs = {
};
static const struct mii_phydesc tqphys[] = {
- { MII_OUI_TSC, MII_MODEL_TSC_78Q2120,
- MII_STR_TSC_78Q2120 },
+ { MII_OUI_TDK, MII_MODEL_TDK_78Q2120,
+ MII_STR_TDK_78Q2120 },
{ 0, 0,
NULL },