aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000/e1000_hw.c
diff options
context:
space:
mode:
authorAuke Kok <auke-jan.h.kok@intel.com>2007-08-30 11:23:58 -0700
committerJeff Garzik <jeff@garzik.org>2007-09-27 23:38:35 -0400
commitf4ec7f98714c2c0b7afa422c0cba6fb5c875c2c2 (patch)
treeb66c0b4e24186feab0d90505ac19970832f47d93 /drivers/net/e1000/e1000_hw.c
parentsky2: fix transmit state on resume (diff)
downloadlinux-dev-f4ec7f98714c2c0b7afa422c0cba6fb5c875c2c2.tar.xz
linux-dev-f4ec7f98714c2c0b7afa422c0cba6fb5c875c2c2.zip
e1000: Add device IDs of blade version of the 82571 quad port
This blade-specific board form factor is identical to the 82571EB board. Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/e1000/e1000_hw.c')
-rw-r--r--drivers/net/e1000/e1000_hw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/e1000/e1000_hw.c b/drivers/net/e1000/e1000_hw.c
index ba120f7fb0be..8604adbe351c 100644
--- a/drivers/net/e1000/e1000_hw.c
+++ b/drivers/net/e1000/e1000_hw.c
@@ -387,6 +387,7 @@ e1000_set_mac_type(struct e1000_hw *hw)
case E1000_DEV_ID_82571EB_SERDES_DUAL:
case E1000_DEV_ID_82571EB_SERDES_QUAD:
case E1000_DEV_ID_82571EB_QUAD_COPPER:
+ case E1000_DEV_ID_82571PT_QUAD_COPPER:
case E1000_DEV_ID_82571EB_QUAD_FIBER:
case E1000_DEV_ID_82571EB_QUAD_COPPER_LOWPROFILE:
hw->mac_type = e1000_82571;