|
@@ -1612,6 +1612,7 @@ static int __devinit igb_probe(struct pci_dev *pdev,
|
|
adapter->eeprom_wol = 0;
|
|
adapter->eeprom_wol = 0;
|
|
break;
|
|
break;
|
|
case E1000_DEV_ID_82576_QUAD_COPPER:
|
|
case E1000_DEV_ID_82576_QUAD_COPPER:
|
|
|
|
+ case E1000_DEV_ID_82576_QUAD_COPPER_ET2:
|
|
/* if quad port adapter, disable WoL on all but port A */
|
|
/* if quad port adapter, disable WoL on all but port A */
|
|
if (global_quad_port_a != 0)
|
|
if (global_quad_port_a != 0)
|
|
adapter->eeprom_wol = 0;
|
|
adapter->eeprom_wol = 0;
|