mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
em: sync platform detection with Linux
Switch 16 and 23 adapters from tgp to adp. PR: 270929 Differential revision: https://reviews.freebsd.org/D39977 Approved by: erj, kbowling
This commit is contained in:
parent
b50e1465e8
commit
d0cdec7a20
1 changed files with 4 additions and 4 deletions
|
|
@ -333,16 +333,16 @@ s32 e1000_set_mac_type(struct e1000_hw *hw)
|
|||
case E1000_DEV_ID_PCH_TGP_I219_V14:
|
||||
case E1000_DEV_ID_PCH_TGP_I219_LM15:
|
||||
case E1000_DEV_ID_PCH_TGP_I219_V15:
|
||||
case E1000_DEV_ID_PCH_ADL_I219_LM16:
|
||||
case E1000_DEV_ID_PCH_ADL_I219_V16:
|
||||
case E1000_DEV_ID_PCH_RPL_I219_LM23:
|
||||
case E1000_DEV_ID_PCH_RPL_I219_V23:
|
||||
mac->type = e1000_pch_tgp;
|
||||
break;
|
||||
case E1000_DEV_ID_PCH_ADL_I219_LM16:
|
||||
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_RPL_I219_LM22:
|
||||
case E1000_DEV_ID_PCH_RPL_I219_V22:
|
||||
case E1000_DEV_ID_PCH_RPL_I219_LM23:
|
||||
case E1000_DEV_ID_PCH_RPL_I219_V23:
|
||||
mac->type = e1000_pch_adp;
|
||||
break;
|
||||
case E1000_DEV_ID_PCH_MTP_I219_LM18:
|
||||
|
|
|
|||
Loading…
Reference in a new issue