diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-04-15 00:44:40 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-04-15 00:44:40 +0000 |
commit | 05494db5e7fc53acdd95a28fc2ad21dfb68b4f53 (patch) | |
tree | f565ba50c6e5c1b0f89b1d62553c8e6b7792e7d5 /sys/dev/mii | |
parent | 79d7bee3b1867132d15ad766bb1b4fa83002ef1b (diff) |
print proper model string.
Diffstat (limited to 'sys/dev/mii')
-rw-r--r-- | sys/dev/mii/luphy.c | 4 |
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 }, |