summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2006-07-28 15:43:43 +0000
committerBrad Smith <brad@cvs.openbsd.org>2006-07-28 15:43:43 +0000
commitb9def33bcc2f0269672917cfcb199921f68e3a95 (patch)
treea6dfe1fad7af166d61424463b9bc776f70689401 /sys
parent6da72f2c0a9a27cbf3763f5e2f508a1e14ba2bc4 (diff)
another Marvell Gig PHY.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/mii/eephy.c4
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 },