summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/mii/luphy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/mii/luphy.c b/sys/dev/mii/luphy.c
index 8d84ce2c9d9..ebca16fa944 100644
--- a/sys/dev/mii/luphy.c
+++ b/sys/dev/mii/luphy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: luphy.c,v 1.2 2005/04/15 00:05:52 deraadt Exp $ */
+/* $OpenBSD: luphy.c,v 1.3 2005/04/15 00:44:39 brad Exp $ */
/*-
* Copyright (c) 2004 Marius Strobl
@@ -74,7 +74,7 @@ const struct mii_phy_funcs luphy_funcs = {
static const struct mii_phydesc luphys[] = {
{ MII_OUI_LUCENT, MII_MODEL_LUCENT_LU6612,
- MII_STR_QUALSEMI_QS6612 },
+ MII_STR_LUCENT_LU6612 },
{ 0, 0,
NULL },