diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-07-28 15:43:43 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-07-28 15:43:43 +0000 |
commit | b9def33bcc2f0269672917cfcb199921f68e3a95 (patch) | |
tree | a6dfe1fad7af166d61424463b9bc776f70689401 /sys | |
parent | 6da72f2c0a9a27cbf3763f5e2f508a1e14ba2bc4 (diff) |
another Marvell Gig PHY.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/mii/eephy.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/mii/eephy.c b/sys/dev/mii/eephy.c index 0ac35669e29..2bcfd535361 100644 --- a/sys/dev/mii/eephy.c +++ b/sys/dev/mii/eephy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: eephy.c,v 1.26 2006/06/08 00:27:12 brad Exp $ */ +/* $OpenBSD: eephy.c,v 1.27 2006/07/28 15:43:42 brad Exp $ */ /* * Principal Author: Parag Patel * Copyright (c) 2001 @@ -98,6 +98,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_E1111, MII_STR_MARVELL_E1111 }, |