summaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000/e1000_hw.h
diff options
context:
space:
mode:
authorJesse Brandeburg2006-08-31 23:27:47 +0200
committerAuke Kok2006-08-31 23:27:47 +0200
commit5881cde8a38cab3b228a63516ab64f8d79acc4f5 (patch)
treec13da70c1c5838853f2ac607387b1926a70a2142 /drivers/net/e1000/e1000_hw.h
parente1000: unify WoL capability detection code (diff)
downloadkernel-qcow2-linux-5881cde8a38cab3b228a63516ab64f8d79acc4f5.tar.gz
kernel-qcow2-linux-5881cde8a38cab3b228a63516ab64f8d79acc4f5.tar.xz
kernel-qcow2-linux-5881cde8a38cab3b228a63516ab64f8d79acc4f5.zip
e1000: Add PCI ID 0x10a4 for our new 4-port PCI-Express device
Device 0x10a4 is a double 82571 on a single PCI-Express card and has 4 gigabit capable ports. Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Diffstat (limited to 'drivers/net/e1000/e1000_hw.h')
-rw-r--r--drivers/net/e1000/e1000_hw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/e1000/e1000_hw.h b/drivers/net/e1000/e1000_hw.h
index 4f74242746fa..a170e96251f6 100644
--- a/drivers/net/e1000/e1000_hw.h
+++ b/drivers/net/e1000/e1000_hw.h
@@ -470,6 +470,7 @@ int32_t e1000_check_phy_reset_block(struct e1000_hw *hw);
#define E1000_DEV_ID_82571EB_COPPER 0x105E
#define E1000_DEV_ID_82571EB_FIBER 0x105F
#define E1000_DEV_ID_82571EB_SERDES 0x1060
+#define E1000_DEV_ID_82571EB_QUAD_COPPER 0x10A4
#define E1000_DEV_ID_82572EI_COPPER 0x107D
#define E1000_DEV_ID_82572EI_FIBER 0x107E
#define E1000_DEV_ID_82572EI_SERDES 0x107F