mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
e1000: Move I219 LM19/V19 to ADL
This roughly corresponds to Linux 9d9e5347b035412daa844f884b94a05bac94f864 For FreeBSD this is currently not expected to cause any difference in behavior because we do not have the MTP force smbus changes for modern standby. Sponsored by: BBOX.io (cherry picked from commit 77b70ad751dfe3b115112252a5b96f504fcc2e0a)
This commit is contained in:
parent
2e80ea70b9
commit
02bddce58c
3 changed files with 6 additions and 6 deletions
|
|
@ -338,6 +338,8 @@ s32 e1000_set_mac_type(struct e1000_hw *hw)
|
|||
case E1000_DEV_ID_PCH_ADL_I219_V16:
|
||||
case E1000_DEV_ID_PCH_ADL_I219_LM17:
|
||||
case E1000_DEV_ID_PCH_ADL_I219_V17:
|
||||
case E1000_DEV_ID_PCH_ADL_I219_LM19:
|
||||
case E1000_DEV_ID_PCH_ADL_I219_V19:
|
||||
case E1000_DEV_ID_PCH_RPL_I219_LM22:
|
||||
case E1000_DEV_ID_PCH_RPL_I219_V22:
|
||||
case E1000_DEV_ID_PCH_RPL_I219_LM23:
|
||||
|
|
@ -346,8 +348,6 @@ s32 e1000_set_mac_type(struct e1000_hw *hw)
|
|||
break;
|
||||
case E1000_DEV_ID_PCH_MTP_I219_LM18:
|
||||
case E1000_DEV_ID_PCH_MTP_I219_V18:
|
||||
case E1000_DEV_ID_PCH_MTP_I219_LM19:
|
||||
case E1000_DEV_ID_PCH_MTP_I219_V19:
|
||||
case E1000_DEV_ID_PCH_LNL_I219_LM20:
|
||||
case E1000_DEV_ID_PCH_LNL_I219_V20:
|
||||
case E1000_DEV_ID_PCH_LNL_I219_LM21:
|
||||
|
|
|
|||
|
|
@ -172,8 +172,8 @@ struct e1000_hw;
|
|||
#define E1000_DEV_ID_PCH_ADL_I219_V17 0x1A1D
|
||||
#define E1000_DEV_ID_PCH_MTP_I219_LM18 0x550A
|
||||
#define E1000_DEV_ID_PCH_MTP_I219_V18 0x550B
|
||||
#define E1000_DEV_ID_PCH_MTP_I219_LM19 0x550C
|
||||
#define E1000_DEV_ID_PCH_MTP_I219_V19 0x550D
|
||||
#define E1000_DEV_ID_PCH_ADL_I219_LM19 0x550C
|
||||
#define E1000_DEV_ID_PCH_ADL_I219_V19 0x550D
|
||||
#define E1000_DEV_ID_PCH_LNL_I219_LM20 0x550E
|
||||
#define E1000_DEV_ID_PCH_LNL_I219_V20 0x550F
|
||||
#define E1000_DEV_ID_PCH_LNL_I219_LM21 0x5510
|
||||
|
|
|
|||
|
|
@ -193,8 +193,8 @@ static const pci_vendor_info_t em_vendor_info_array[] =
|
|||
PVID(0x8086, E1000_DEV_ID_PCH_ADL_I219_V17, "Intel(R) I219-V ADL(17)"),
|
||||
PVID(0x8086, E1000_DEV_ID_PCH_MTP_I219_LM18, "Intel(R) I219-LM MTP(18)"),
|
||||
PVID(0x8086, E1000_DEV_ID_PCH_MTP_I219_V18, "Intel(R) I219-V MTP(18)"),
|
||||
PVID(0x8086, E1000_DEV_ID_PCH_MTP_I219_LM19, "Intel(R) I219-LM MTP(19)"),
|
||||
PVID(0x8086, E1000_DEV_ID_PCH_MTP_I219_V19, "Intel(R) I219-V MTP(19)"),
|
||||
PVID(0x8086, E1000_DEV_ID_PCH_ADL_I219_LM19, "Intel(R) I219-LM ADL(19)"),
|
||||
PVID(0x8086, E1000_DEV_ID_PCH_ADL_I219_V19, "Intel(R) I219-V ADL(19)"),
|
||||
PVID(0x8086, E1000_DEV_ID_PCH_LNL_I219_LM20, "Intel(R) I219-LM LNL(20)"),
|
||||
PVID(0x8086, E1000_DEV_ID_PCH_LNL_I219_V20, "Intel(R) I219-V LNL(20)"),
|
||||
PVID(0x8086, E1000_DEV_ID_PCH_LNL_I219_LM21, "Intel(R) I219-LM LNL(21)"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue