Comment 5 for bug 1425333

Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote :

commit 9f82830d0b4f734e0bfb2ebf53b456eaa7f38728
Author: Bruce Allan <email address hidden>
Date: Fri Dec 16 00:46:33 2011 +0000

    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 <email address hidden>
    Tested-by: Aaron Brown <email address hidden>
    Signed-off-by: Jeff Kirsher <email address hidden>