forcedeth: add phy_power_down parameter, leave phy powered up by default (v2)
authorEd Swierk <eswierk@aristanetworks.com>
Tue, 2 Jun 2009 07:19:52 +0000 (00:19 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 2 Jun 2009 07:19:52 +0000 (00:19 -0700)
commit5a9a8e32ebe269c71d8d3e78f9435fe7729f38e9
tree37d22a060fd62528d028cba40b2278c289736cea
parentfc23ffe075365d2f21b1046048ad0d342bbb41be
forcedeth: add phy_power_down parameter, leave phy powered up by default (v2)

Add a phy_power_down parameter to forcedeth: set to 1 to power down the
phy and disable the link when an interface goes down; set to 0 to always
leave the phy powered up.

The phy power state persists across reboots; Windows, some BIOSes, and
older versions of Linux don't bother to power up the phy again, forcing
users to remove all power to get the interface working (see
http://bugzilla.kernel.org/show_bug.cgi?id=13072).  Leaving the phy
powered on is the safest default behavior.  Users accustomed to seeing
the link state reflect the interface state and/or wanting to minimize
power consumption can set phy_power_down=1 if compatibility with other
OSes is not an issue.

Signed-off-by: Ed Swierk <eswierk@aristanetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/forcedeth.c