summaryrefslogtreecommitdiff
path: root/sys/dev/mii/eephy.c
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2006-01-15 03:06:22 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2006-01-15 03:06:22 +0000
commit394139a5e9b4f02a13431fe1966cf70bb6c1c113 (patch)
tree0e1ba088ad864ab343f0bab742d774419fcb6b83 /sys/dev/mii/eephy.c
parent8323f2d2aee814633f47b72318609b28043182c1 (diff)
The RCJ part of 88E1111-RCJ is the package the ic comes in which
may not be always correct for the id so don't mention it.
Diffstat (limited to 'sys/dev/mii/eephy.c')
-rw-r--r--sys/dev/mii/eephy.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/mii/eephy.c b/sys/dev/mii/eephy.c
index 4b9c5949495..fd708f6d6c3 100644
--- a/sys/dev/mii/eephy.c
+++ b/sys/dev/mii/eephy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: eephy.c,v 1.22 2005/11/06 07:16:47 brad Exp $ */
+/* $OpenBSD: eephy.c,v 1.23 2006/01/15 03:06:21 jsg Exp $ */
/*
* Principal Author: Parag Patel
* Copyright (c) 2001
@@ -97,8 +97,8 @@ static const struct mii_phydesc eephys[] = {
MII_STR_MARVELL_E1000_5 },
{ MII_OUI_MARVELL, MII_MODEL_MARVELL_E1000_6,
MII_STR_MARVELL_E1000_6 },
- { MII_OUI_MARVELL, MII_MODEL_MARVELL_E1111RCJ,
- MII_STR_MARVELL_E1111RCJ },
+ { MII_OUI_MARVELL, MII_MODEL_MARVELL_E1111,
+ MII_STR_MARVELL_E1111 },
{ 0, 0,
NULL },