summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2005-08-14 01:35:10 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2005-08-14 01:35:10 +0000
commit50ed8ef78ec8cdc6347d7c2e4befb426f5a49cc6 (patch)
treeb2ccd166da71f625b08882ae4e37cfd05724cc1d /sys
parent676b34859344685afa7f95778a5c41470f727d44 (diff)
Correct one of the unknown marvell phys which is actually 88E1111-RCJ.
ok brad@
Diffstat (limited to 'sys')
-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 24591232953..457df686882 100644
--- a/sys/dev/mii/eephy.c
+++ b/sys/dev/mii/eephy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: eephy.c,v 1.20 2005/08/02 00:21:32 jsg Exp $ */
+/* $OpenBSD: eephy.c,v 1.21 2005/08/14 01:35:09 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_E1000_7,
- MII_STR_MARVELL_E1000_7 },
+ { MII_OUI_MARVELL, MII_MODEL_MARVELL_E1111RCJ,
+ MII_STR_MARVELL_E1111RCJ },
{ 0, 0,
NULL },