aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/igb/igb_ethtool.c
diff options
context:
space:
mode:
authorAlexander Duyck <alexander.h.duyck@intel.com>2008-08-08 19:51:26 -0400
committerJeff Garzik <jgarzik@redhat.com>2008-08-27 05:36:12 -0400
commit17fc7004a3f552b52274b6b2fbbebd7ff76dc1d5 (patch)
treed1c76127900cc914f333737f2e486b0a5e7707ac /drivers/net/igb/igb_ethtool.c
parentc22ce6d849423639b4b80d1b28edd383cb3048a9 (diff)
igb: remove 82576 quad adapter
Disable support for device 8086:10E8. Currently the result of loading the driver with the device present causes system instability. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/net/igb/igb_ethtool.c')
-rw-r--r--drivers/net/igb/igb_ethtool.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/net/igb/igb_ethtool.c b/drivers/net/igb/igb_ethtool.c
index 3eb78a66f8b6..58906c984be9 100644
--- a/drivers/net/igb/igb_ethtool.c
+++ b/drivers/net/igb/igb_ethtool.c
@@ -1750,15 +1750,6 @@ static int igb_wol_exclusion(struct igb_adapter *adapter,
1750 /* return success for non excluded adapter ports */ 1750 /* return success for non excluded adapter ports */
1751 retval = 0; 1751 retval = 0;
1752 break; 1752 break;
1753 case E1000_DEV_ID_82576_QUAD_COPPER:
1754 /* quad port adapters only support WoL on port A */
1755 if (!(adapter->flags & IGB_FLAG_QUAD_PORT_A)) {
1756 wol->supported = 0;
1757 break;
1758 }
1759 /* return success for non excluded adapter ports */
1760 retval = 0;
1761 break;
1762 default: 1753 default:
1763 /* dual port cards only support WoL on port A from now on 1754 /* dual port cards only support WoL on port A from now on
1764 * unless it was enabled in the eeprom for port B 1755 * unless it was enabled in the eeprom for port B