diff options
author | Auke Kok <auke\-jan.h.kok@intel.com> | 2006-11-01 11:47:56 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-12-02 00:12:00 -0500 |
commit | fc2307d00c15385fbdbb5928a8517e5f63c3d068 (patch) | |
tree | 2636883b950a2ae492f8302773001189dfdd6bfa /drivers/net/e1000/e1000_ethtool.c | |
parent | a9ebadd640927ac6529d904b4131b17e8019d199 (diff) |
e1000: New hardware support
Add support for a Low Profile quad-port PCI-E adapter and 2 variants
of the ICH8 systems' onboard NIC's.
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/e1000/e1000_ethtool.c b/drivers/net/e1000/e1000_ethtool.c index b9c0927d79b3..dbac71ba71b1 100644 --- a/drivers/net/e1000/e1000_ethtool.c +++ b/drivers/net/e1000/e1000_ethtool.c | |||
@@ -1725,6 +1725,7 @@ static int e1000_wol_exclusion(struct e1000_adapter *adapter, struct ethtool_wol | |||
1725 | retval = 0; | 1725 | retval = 0; |
1726 | break; | 1726 | break; |
1727 | case E1000_DEV_ID_82571EB_QUAD_COPPER: | 1727 | case E1000_DEV_ID_82571EB_QUAD_COPPER: |
1728 | case E1000_DEV_ID_82571EB_QUAD_COPPER_LOWPROFILE: | ||
1728 | case E1000_DEV_ID_82546GB_QUAD_COPPER_KSP3: | 1729 | case E1000_DEV_ID_82546GB_QUAD_COPPER_KSP3: |
1729 | /* quad port adapters only support WoL on port A */ | 1730 | /* quad port adapters only support WoL on port A */ |
1730 | if (!adapter->quad_port_a) { | 1731 | if (!adapter->quad_port_a) { |