summaryrefslogtreecommitdiffstats
path: root/sys/dev/msk
diff options
context:
space:
mode:
authoryongari <yongari@FreeBSD.org>2007-11-20 07:47:32 +0000
committeryongari <yongari@FreeBSD.org>2007-11-20 07:47:32 +0000
commit8a3949682ee20a2535612516f5b96906f6569068 (patch)
tree3a7af2498f54de1ac221fadf9982be2a7c2bf221 /sys/dev/msk
parentcdc8608d989b31e344372ddc92acc7779aaf8278 (diff)
downloadFreeBSD-src-8a3949682ee20a2535612516f5b96906f6569068.zip
FreeBSD-src-8a3949682ee20a2535612516f5b96906f6569068.tar.gz
Add device id for 88E8058(Yukon EC Ultra) which is found on 3rd
generation MacBooks. Unfortunately 88E8058 supports one MSI message so msk(4) needs more generic way to handle the MSI capability. PR: 118110
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 41fb2b7..f70529a 100644
--- a/sys/dev/msk/if_msk.c
+++ b/sys/dev/msk/if_msk.c
@@ -203,6 +203,8 @@ static struct msk_product {
"Marvell Yukon 88E8055 Gigabit Ethernet" },
{ VENDORID_MARVELL, DEVICEID_MRVL_4364,
"Marvell Yukon 88E8056 Gigabit Ethernet" },
+ { VENDORID_MARVELL, DEVICEID_MRVL_436A,
+ "Marvell Yukon 88E8058 Gigabit Ethernet" },
{ VENDORID_DLINK, DEVICEID_DLINK_DGE550SX,
"D-Link 550SX Gigabit Ethernet" },
{ VENDORID_DLINK, DEVICEID_DLINK_DGE560T,
diff --git a/sys/dev/msk/if_mskreg.h b/sys/dev/msk/if_mskreg.h
index 0813ffc..9ff798b 100644
--- a/sys/dev/msk/if_mskreg.h
+++ b/sys/dev/msk/if_mskreg.h
@@ -135,6 +135,7 @@
#define DEVICEID_MRVL_4362 0x4362
#define DEVICEID_MRVL_4363 0x4363
#define DEVICEID_MRVL_4364 0x4364
+#define DEVICEID_MRVL_436A 0x436A
/*
* D-Link gigabit ethernet device ID
OpenPOWER on IntegriCloud