From 50ed8ef78ec8cdc6347d7c2e4befb426f5a49cc6 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sun, 14 Aug 2005 01:35:10 +0000 Subject: Correct one of the unknown marvell phys which is actually 88E1111-RCJ. ok brad@ --- sys/dev/mii/eephy.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev') 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 }, -- cgit v1.2.3