mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-26 16:18:31 +00:00
Add device ids for Yukon FE+(88E8040, 88E8040T, 88E8048 and 88E8070).
This commit is contained in:
parent
224003b7ba
commit
1290998502
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=192736
@ -197,6 +197,14 @@ static struct msk_product {
|
||||
"Marvell Yukon 88E8038 Gigabit Ethernet" },
|
||||
{ VENDORID_MARVELL, DEVICEID_MRVL_8039,
|
||||
"Marvell Yukon 88E8039 Gigabit Ethernet" },
|
||||
{ VENDORID_MARVELL, DEVICEID_MRVL_8040,
|
||||
"Marvell Yukon 88E8040 Fast Ethernet" },
|
||||
{ VENDORID_MARVELL, DEVICEID_MRVL_8040T,
|
||||
"Marvell Yukon 88E8040T Fast Ethernet" },
|
||||
{ VENDORID_MARVELL, DEVICEID_MRVL_8048,
|
||||
"Marvell Yukon 88E8048 Fast Ethernet" },
|
||||
{ VENDORID_MARVELL, DEVICEID_MRVL_8070,
|
||||
"Marvell Yukon 88E8070 Fast Ethernet" },
|
||||
{ VENDORID_MARVELL, DEVICEID_MRVL_4361,
|
||||
"Marvell Yukon 88E8050 Gigabit Ethernet" },
|
||||
{ VENDORID_MARVELL, DEVICEID_MRVL_4360,
|
||||
|
@ -130,12 +130,16 @@
|
||||
#define DEVICEID_MRVL_8035 0x4350
|
||||
#define DEVICEID_MRVL_8036 0x4351
|
||||
#define DEVICEID_MRVL_8038 0x4352
|
||||
#define DEVICEID_MRVL_8039 0X4353
|
||||
#define DEVICEID_MRVL_8039 0x4353
|
||||
#define DEVICEID_MRVL_8040 0x4354
|
||||
#define DEVICEID_MRVL_8040T 0x4355
|
||||
#define DEVICEID_MRVL_8048 0x435A
|
||||
#define DEVICEID_MRVL_4360 0x4360
|
||||
#define DEVICEID_MRVL_4361 0x4361
|
||||
#define DEVICEID_MRVL_4362 0x4362
|
||||
#define DEVICEID_MRVL_4363 0x4363
|
||||
#define DEVICEID_MRVL_4364 0x4364
|
||||
#define DEVICEID_MRVL_8070 0x4365
|
||||
#define DEVICEID_MRVL_436A 0x436A
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user