mirror of
https://github.com/AuxXxilium/synology-igc.git
synced 2024-11-23 23:11:07 +07:00
igc: Add new device ID I226_LMVP
backport from 8f20571db5
Signed-off-by: Jim Ma <majinjing3@gmail.com>
This commit is contained in:
parent
060f87e623
commit
cff30ffcfe
@ -215,6 +215,7 @@ static s32 igc_get_invariants_base(struct igc_hw *hw)
|
|||||||
case IGC_DEV_ID_I225_K2:
|
case IGC_DEV_ID_I225_K2:
|
||||||
case IGC_DEV_ID_I226_K:
|
case IGC_DEV_ID_I226_K:
|
||||||
case IGC_DEV_ID_I225_LMVP:
|
case IGC_DEV_ID_I225_LMVP:
|
||||||
|
case IGC_DEV_ID_I226_LMVP:
|
||||||
case IGC_DEV_ID_I225_IT:
|
case IGC_DEV_ID_I225_IT:
|
||||||
case IGC_DEV_ID_I226_LM:
|
case IGC_DEV_ID_I226_LM:
|
||||||
case IGC_DEV_ID_I226_V:
|
case IGC_DEV_ID_I226_V:
|
||||||
|
3
igc_hw.h
3
igc_hw.h
@ -23,7 +23,8 @@
|
|||||||
#define IGC_DEV_ID_I225_K 0x3100
|
#define IGC_DEV_ID_I225_K 0x3100
|
||||||
#define IGC_DEV_ID_I225_K2 0x3101
|
#define IGC_DEV_ID_I225_K2 0x3101
|
||||||
#define IGC_DEV_ID_I226_K 0x3102
|
#define IGC_DEV_ID_I226_K 0x3102
|
||||||
#define IGC_DEV_ID_I225_LMVP 0x5502
|
#define IGC_DEV_ID_I225_LMVP 0x5502
|
||||||
|
#define IGC_DEV_ID_I226_LMVP 0x5503
|
||||||
#define IGC_DEV_ID_I225_IT 0x0D9F
|
#define IGC_DEV_ID_I225_IT 0x0D9F
|
||||||
#define IGC_DEV_ID_I226_LM 0x125B
|
#define IGC_DEV_ID_I226_LM 0x125B
|
||||||
#define IGC_DEV_ID_I226_V 0x125C
|
#define IGC_DEV_ID_I226_V 0x125C
|
||||||
|
@ -52,6 +52,7 @@ static const struct pci_device_id igc_pci_tbl[] = {
|
|||||||
{ PCI_VDEVICE(INTEL, IGC_DEV_ID_I225_K2), board_base },
|
{ PCI_VDEVICE(INTEL, IGC_DEV_ID_I225_K2), board_base },
|
||||||
{ PCI_VDEVICE(INTEL, IGC_DEV_ID_I226_K), board_base },
|
{ PCI_VDEVICE(INTEL, IGC_DEV_ID_I226_K), board_base },
|
||||||
{ PCI_VDEVICE(INTEL, IGC_DEV_ID_I225_LMVP), board_base },
|
{ PCI_VDEVICE(INTEL, IGC_DEV_ID_I225_LMVP), board_base },
|
||||||
|
{ PCI_VDEVICE(INTEL, IGC_DEV_ID_I226_LMVP), board_base },
|
||||||
{ PCI_VDEVICE(INTEL, IGC_DEV_ID_I225_IT), board_base },
|
{ PCI_VDEVICE(INTEL, IGC_DEV_ID_I225_IT), board_base },
|
||||||
{ PCI_VDEVICE(INTEL, IGC_DEV_ID_I226_LM), board_base },
|
{ PCI_VDEVICE(INTEL, IGC_DEV_ID_I226_LM), board_base },
|
||||||
{ PCI_VDEVICE(INTEL, IGC_DEV_ID_I226_V), board_base },
|
{ PCI_VDEVICE(INTEL, IGC_DEV_ID_I226_V), board_base },
|
||||||
|
Loading…
Reference in New Issue
Block a user