linux/drivers/net/ethernet/intel/e1000e
Bruce Allan 90b82984a4 e1000e: update workaround for 82579 intermittently disabled during S0->Sx
The workaround which toggles the LANPHYPC (LAN PHY Power Control) value bit
to force the MAC-Phy interconnect into PCIe mode from SMBus mode during
driver load and resume should always be done except if PHY resets are
blocked by the Manageability Engine (ME).  Previously, the toggle was done
only if PHY resets are blocked and the ME was disabled.

The rest of the patch is just indentation changes as a consequence of the
updated workaround.

Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2012-01-26 18:25:37 -08:00
..
80003es2lan.c e1000e: use default settings for Tx Inter Packet Gap timer 2012-01-25 23:13:08 -08:00
82571.c e1000e: 82574/82583 Tx hang workaround 2012-01-25 23:13:21 -08:00
defines.h e1000e: add Receive Packet Steering (RPS) support 2012-01-25 23:11:55 -08:00
e1000.h e1000e: disable Early Receive DMA on ICH LOMs 2012-01-26 18:19:49 -08:00
ethtool.c e1000e: Need to include vmalloc.h 2012-01-26 16:25:55 -05:00
hw.h e1000e: convert head, tail and itr_register offsets to __iomem pointers 2012-01-25 23:12:13 -08:00
ich8lan.c e1000e: update workaround for 82579 intermittently disabled during S0->Sx 2012-01-26 18:25:37 -08:00
lib.c e1000e: re-enable alternate MAC address for all devices which support it 2012-01-25 23:12:06 -08:00
Makefile
netdev.c e1000e: disable Early Receive DMA on ICH LOMs 2012-01-26 18:19:49 -08:00
param.c e1000e: default IntMode based on kernel config & available hardware support 2012-01-25 23:12:36 -08:00
phy.c