summaryrefslogtreecommitdiffstats
path: root/include/pci_ids.h
diff options
context:
space:
mode:
authorReinhard Arlt <reinhard.arlt@esd.eu>2009-12-04 09:52:17 +0100
committerBen Warren <biggerbadderben@gmail.com>2009-12-13 21:52:30 -0800
commit2ab4a4d0952b754b1c74f4d2b12b83d600d449c8 (patch)
tree77d284117dd2f2c6973727d5bf33734d31fe06bd /include/pci_ids.h
parentaafda38fb266b94ca344e5ff014d430790c72279 (diff)
downloadtalos-obmc-uboot-2ab4a4d0952b754b1c74f4d2b12b83d600d449c8.tar.gz
talos-obmc-uboot-2ab4a4d0952b754b1c74f4d2b12b83d600d449c8.zip
net: e1000: Add support for the Intel 82546GB controller
This chip is equipped for example on the esd PMC-ETH2-GB board. So let's add it to the list of supported chips to the e1000 driver. Signed-off-by: Reinhard Arlt <reinhard.arlt@esd.eu> Signed-off-by: Stefan Roese <sr@denx.de> Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'include/pci_ids.h')
-rw-r--r--include/pci_ids.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pci_ids.h b/include/pci_ids.h
index d783c5b1ad..edfdc1e0ab 100644
--- a/include/pci_ids.h
+++ b/include/pci_ids.h
@@ -1828,6 +1828,7 @@
#define PCI_DEVICE_ID_INTEL_82546EB_COPPER 0x1010
#define PCI_DEVICE_ID_INTEL_82545EM_FIBER 0x1011
#define PCI_DEVICE_ID_INTEL_82546EB_FIBER 0x1012
+#define PCI_DEVICE_ID_INTEL_82546GB_COPPER 0x1079
#define PCI_DEVICE_ID_INTEL_82540EM_LOM 0x1015
#define PCI_DEVICE_ID_INTEL_82545GM_COPPER 0x1026
#define PCI_DEVICE_ID_INTEL_82559 0x1030
OpenPOWER on IntegriCloud