aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/msk
diff options
context:
space:
mode:
authorUlf Lilleengen <lulf@FreeBSD.org>2009-11-08 17:59:55 +0000
committerUlf Lilleengen <lulf@FreeBSD.org>2009-11-08 17:59:55 +0000
commit6ab1fc9fb10d9622a054972ef642738760b4c385 (patch)
tree7ebb0873cd02b79da864825ba3554f1d3a857ee7 /sys/dev/msk
parent79144413acea499a83ea9caad957809050f3b1ca (diff)
Notes
Diffstat (limited to 'sys/dev/msk')
-rw-r--r--sys/dev/msk/if_msk.c2
-rw-r--r--sys/dev/msk/if_mskreg.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/msk/if_msk.c b/sys/dev/msk/if_msk.c
index f5f94baad32d..d961f0b924d1 100644
--- a/sys/dev/msk/if_msk.c
+++ b/sys/dev/msk/if_msk.c
@@ -201,6 +201,8 @@ static struct msk_product {
"Marvell Yukon 88E8040 Fast Ethernet" },
{ VENDORID_MARVELL, DEVICEID_MRVL_8040T,
"Marvell Yukon 88E8040T Fast Ethernet" },
+ { VENDORID_MARVELL, DEVICEID_MRVL_8042,
+ "Marvell Yukon 88E8042 Fast Ethernet" },
{ VENDORID_MARVELL, DEVICEID_MRVL_8048,
"Marvell Yukon 88E8048 Fast Ethernet" },
{ VENDORID_MARVELL, DEVICEID_MRVL_4361,
diff --git a/sys/dev/msk/if_mskreg.h b/sys/dev/msk/if_mskreg.h
index d345b60b9447..69d2527a277d 100644
--- a/sys/dev/msk/if_mskreg.h
+++ b/sys/dev/msk/if_mskreg.h
@@ -133,6 +133,7 @@
#define DEVICEID_MRVL_8039 0x4353
#define DEVICEID_MRVL_8040 0x4354
#define DEVICEID_MRVL_8040T 0x4355
+#define DEVICEID_MRVL_8042 0x4357
#define DEVICEID_MRVL_8048 0x435A
#define DEVICEID_MRVL_4360 0x4360
#define DEVICEID_MRVL_4361 0x4361