aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000/e1000_ethtool.c
diff options
context:
space:
mode:
authorJesse Brandeburg <jesse.brandeburg@intel.com>2006-08-31 17:27:47 -0400
committerAuke Kok <juke-jan.h.kok@intel.com>2006-08-31 17:27:47 -0400
commit5881cde8a38cab3b228a63516ab64f8d79acc4f5 (patch)
treec13da70c1c5838853f2ac607387b1926a70a2142 /drivers/net/e1000/e1000_ethtool.c
parent120cd57644f85b280b538ee403423641167913a9 (diff)
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_ethtool.c')
-rw-r--r--drivers/net/e1000/e1000_ethtool.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/e1000/e1000_ethtool.c b/drivers/net/e1000/e1000_ethtool.c
index 04030729882b..3fccffdb27b5 100644
--- a/drivers/net/e1000/e1000_ethtool.c
+++ b/drivers/net/e1000/e1000_ethtool.c
@@ -1705,6 +1705,7 @@ static int e1000_wol_exclusion(struct e1000_adapter *adapter, struct ethtool_wol
1705 /* return success for non excluded adapter ports */ 1705 /* return success for non excluded adapter ports */
1706 retval = 0; 1706 retval = 0;
1707 break; 1707 break;
1708 case E1000_DEV_ID_82571EB_QUAD_COPPER:
1708 case E1000_DEV_ID_82546GB_QUAD_COPPER_KSP3: 1709 case E1000_DEV_ID_82546GB_QUAD_COPPER_KSP3:
1709 /* quad port adapters only support WoL on port A */ 1710 /* quad port adapters only support WoL on port A */
1710 if (!adapter->quad_port_a) { 1711 if (!adapter->quad_port_a) {