From c27cf3f11701633df387ec2429c65e22b58a230d Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Fri, 22 Jul 2005 11:48:11 +0000 Subject: more Marvell and Realtek PHY --- sys/dev/mii/eephy.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/dev/mii/eephy.c') diff --git a/sys/dev/mii/eephy.c b/sys/dev/mii/eephy.c index 5e4d888206b..858aeccbc3e 100644 --- a/sys/dev/mii/eephy.c +++ b/sys/dev/mii/eephy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: eephy.c,v 1.18 2005/06/19 19:30:14 brad Exp $ */ +/* $OpenBSD: eephy.c,v 1.19 2005/07/22 11:48:10 brad Exp $ */ /* * Principal Author: Parag Patel * Copyright (c) 2001 @@ -77,6 +77,8 @@ const struct mii_phy_funcs eephy_funcs = { }; static const struct mii_phydesc eephys[] = { + { MII_OUI_xxMARVELL, MII_MODEL_xxMARVELL_E1000_2, + MII_STR_xxMARVELL_E1000_2 }, { MII_OUI_xxMARVELL, MII_MODEL_xxMARVELL_E1000_3, MII_STR_xxMARVELL_E1000_3 }, { MII_OUI_xxMARVELL, MII_MODEL_xxMARVELL_E1000_5, -- cgit v1.2.3