diff options
author | 2005-04-15 00:44:39 +0000 | |
---|---|---|
committer | 2005-04-15 00:44:39 +0000 | |
commit | daf10d6e264a5c8d06a6cdd23311193f94e453a3 (patch) | |
tree | 049bd67dd91a2b6398b03d6c09c3b83400d910fc | |
parent | Functions for accessing the pxa2x0 I2S controller. (diff) | |
download | wireguard-openbsd-daf10d6e264a5c8d06a6cdd23311193f94e453a3.tar.xz wireguard-openbsd-daf10d6e264a5c8d06a6cdd23311193f94e453a3.zip |
print proper model string.
-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 }, |