diff options
author | Andre Schwarz <andre.schwarz@matrix-vision.de> | 2008-03-06 16:45:44 +0100 |
---|---|---|
committer | Ben Warren <biggerbadderben@gmail.com> | 2008-03-30 00:37:08 -0400 |
commit | ac3315c26e143c31680750c9c13f027efbcc887e (patch) | |
tree | 69ced1c6541caa46e02ec8077a97bd05c09f26e0 /include/pci_ids.h | |
parent | c2b7da552293b50c9c9e46ed71267b02c2de9ea8 (diff) | |
download | u-boot-imx-ac3315c26e143c31680750c9c13f027efbcc887e.zip u-boot-imx-ac3315c26e143c31680750c9c13f027efbcc887e.tar.gz u-boot-imx-ac3315c26e143c31680750c9c13f027efbcc887e.tar.bz2 |
new PHY @ e1000 - 2nd try
Add 82541ER device with latest integrated IGP2 PHY.
Introduced CONFIG_E1000_FALLBACK_MAC for NIC bring-up with empty eeprom.
Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
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 b0c1957..593c074 100644 --- a/include/pci_ids.h +++ b/include/pci_ids.h @@ -1810,6 +1810,7 @@ #define PCI_DEVICE_ID_INTEL_82434 0x04a3 #define PCI_DEVICE_ID_INTEL_I960 0x0960 #define PCI_DEVICE_ID_INTEL_I960RM 0x0962 +#define PCI_DEVICE_ID_INTEL_82541ER 0x1078 #define PCI_DEVICE_ID_INTEL_82542 0x1000 #define PCI_DEVICE_ID_INTEL_82543GC_FIBER 0x1001 #define PCI_DEVICE_ID_INTEL_82543GC_COPPER 0x1004 |