summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2006-08-21 03:06:07 +0000
committerBrad Smith <brad@cvs.openbsd.org>2006-08-21 03:06:07 +0000
commit6596c026d6a3d94315e7b87537d86412f38f5179 (patch)
tree7b579205418b48de369d97379a11eb26d57b66bc /sys/dev
parentba063c2ecfedc9e3a33e68c54edb3423f912f2e4 (diff)
another id.
Diffstat (limited to 'sys/dev')
-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 39327819494..0c264a63a95 100644
--- a/sys/dev/mii/eephy.c
+++ b/sys/dev/mii/eephy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: eephy.c,v 1.28 2006/07/28 15:50:17 brad Exp $ */
+/* $OpenBSD: eephy.c,v 1.29 2006/08/21 03:06:06 brad Exp $ */
/*
* Principal Author: Parag Patel
* Copyright (c) 2001
@@ -100,6 +100,8 @@ static const struct mii_phydesc eephys[] = {
MII_STR_MARVELL_E1000_6 },
{ MII_OUI_MARVELL, MII_MODEL_MARVELL_E1000_7,
MII_STR_MARVELL_E1000_7 },
+ { MII_OUI_MARVELL, MII_MODEL_MARVELL_E1000_8,
+ MII_STR_MARVELL_E1000_8 },
{ MII_OUI_MARVELL, MII_MODEL_MARVELL_E1111,
MII_STR_MARVELL_E1111 },