]> bbs.cooldavid.org Git - net-next-2.6.git/commit - drivers/net/tg3.c
tg3: Allow GPHY powerdown on 5761
authorMatt Carlson <mcarlson@broadcom.com>
Sat, 22 Nov 2008 01:21:13 +0000 (17:21 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 22 Nov 2008 01:21:13 +0000 (17:21 -0800)
commit22435849a6dcde2ce10d1870aba461a54e347fe3
treef163f32746669311fb50a5255ea050977db2af93
parentd5fe488a7b59e41b98b91137805159466b7b49c2
tg3: Allow GPHY powerdown on 5761

The ENABLE_APE flag tells the driver whether or not the device has an
Application Processing Engine (APE).  The APE does not need the PHY to
be powered unless it is running management firmware.  For backwards
compatibility, management firmware will still set the ENABLE_ASF bit.
Consequently, there is no reason to consider the ENABLE_APE flag when
deciding whether or not to power down the phy.

Signed-off-by: Matt Carlson <mcarlson@broadcom.com>
Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tg3.c