diff options
author | Marek Vasut <marex@denx.de> | 2014-08-08 07:41:39 -0700 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-08-21 12:01:28 -0400 |
commit | 951860634fdb557bbb58e0f99215391bc0c29779 (patch) | |
tree | abfb77bd64ca46f4536685a432143ec86654c7a7 /include/pci_ids.h | |
parent | 873e8e0198a204e63b4e44094e36e81df94513f3 (diff) | |
download | u-boot-951860634fdb557bbb58e0f99215391bc0c29779.tar.gz u-boot-951860634fdb557bbb58e0f99215391bc0c29779.tar.bz2 u-boot-951860634fdb557bbb58e0f99215391bc0c29779.zip |
e1000: add i210 support
Add i210 support to the e1000 driver.
Signed-off-by: Marek Vasut <marex@denx.de>
Acked-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'include/pci_ids.h')
-rw-r--r-- | include/pci_ids.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/pci_ids.h b/include/pci_ids.h index 6bab677449..f220c3aa5c 100644 --- a/include/pci_ids.h +++ b/include/pci_ids.h @@ -2546,6 +2546,13 @@ #define PCI_DEVICE_ID_INTEL_82441 0x1237 #define PCI_DEVICE_ID_INTEL_82380FB 0x124b #define PCI_DEVICE_ID_INTEL_82439 0x1250 +#define PCI_DEVICE_ID_INTEL_I210_UNPROGRAMMED 0x1531 +#define PCI_DEVICE_ID_INTEL_I210_COPPER 0x1533 +#define PCI_DEVICE_ID_INTEL_I210_SERDES 0x1536 +#define PCI_DEVICE_ID_INTEL_I210_1000BASEKX 0x1537 +#define PCI_DEVICE_ID_INTEL_I210_EXTPHY 0x1538 +#define PCI_DEVICE_ID_INTEL_I210_COPPER_FLASHLESS 0x157b +#define PCI_DEVICE_ID_INTEL_I210_SERDES_FLASHLESS 0x157c #define PCI_DEVICE_ID_INTEL_80960_RP 0x1960 #define PCI_DEVICE_ID_INTEL_82840_HB 0x1a21 #define PCI_DEVICE_ID_INTEL_82845_HB 0x1a30 |