diff options
Diffstat (limited to 'src/include/device')
-rw-r--r-- | src/include/device/pci_ids.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 79decbe5a3..ddc055fdf2 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -4482,6 +4482,11 @@ #define PCI_DID_INTEL_MTL_CRASHLOG_SRAM 0x7d0d #define PCI_DID_INTEL_RPL_CPU_CRASHLOG_SRAM 0xa77d +/* Intel Ethernet Controller device Ids */ +#define PCI_DID_INTEL_EHL_GBE_HOST 0x4B32 +#define PCI_DID_INTEL_EHL_GBE_PSE_0 0x4BA0 +#define PCI_DID_INTEL_EHL_GBE_PSE_1 0x4BB0 + #define PCI_VID_COMPUTONE 0x8e0e #define PCI_DID_COMPUTONE_IP2EX 0x0291 #define PCI_DID_COMPUTONE_PG 0x0302 |