diff options
| author | ZhiJie.zhang <[email protected]> | 2025-04-21 17:08:26 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-05-05 14:16:50 -0600 |
| commit | 81191427a4e667e083dc4fbcbda6a1250fca54ac (patch) | |
| tree | 100e73f717efe564e6ccf92119cd3e7f2f643231 /include/pci_ids.h | |
| parent | 9cf090e8874f958d637d779bd872cbc41ab30544 (diff) | |
eth: Support E1000E I225-V
1. Add pcie device id 0x15f3
2. Add IIC phy id 0x67C9DC00
Signed-off-by: ZhiJie.Zhang <[email protected]>
Diffstat (limited to 'include/pci_ids.h')
| -rw-r--r-- | include/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pci_ids.h b/include/pci_ids.h index a8939b105f1..cfff275daba 100644 --- a/include/pci_ids.h +++ b/include/pci_ids.h @@ -2725,6 +2725,7 @@ #define PCI_DEVICE_ID_INTEL_I210_SERDES_FLASHLESS 0x157c #define PCI_DEVICE_ID_INTEL_I225_UNPROGRAMMED 0x15fd #define PCI_DEVICE_ID_INTEL_I225_IT 0x0d9f +#define PCI_DEVICE_ID_INTEL_I225_V 0x15f3 #define PCI_DEVICE_ID_INTEL_80960_RP 0x1960 #define PCI_DEVICE_ID_INTEL_82840_HB 0x1a21 #define PCI_DEVICE_ID_INTEL_82845_HB 0x1a30 |
