The patch titled
sky2: flow control off
has been added to the -mm tree. Its filename is
sky2-flow-control-off.patch
*** Remember to use Documentation/SubmitChecklist when testing your code ***
See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this
------------------------------------------------------
Subject: sky2: flow control off
From: Stephen Hemminger <[EMAIL PROTECTED]>
Turn flow control off for sky2. When flow control is on, the transmitter
may get randomly stuck. Perhaps there is hardware problem, but until
Marvell provides errata information for workaround, it should default to
off.
Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/net/sky2.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -puN drivers/net/sky2.c~sky2-flow-control-off drivers/net/sky2.c
--- a/drivers/net/sky2.c~sky2-flow-control-off
+++ a/drivers/net/sky2.c
@@ -3263,7 +3263,7 @@ static __devinit struct net_device *sky2
/* Auto speed and flow control */
sky2->autoneg = AUTONEG_ENABLE;
- sky2->flow_mode = FC_BOTH;
+ sky2->flow_mode = FC_NONE;
sky2->duplex = -1;
sky2->speed = -1;
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
sky2-flow-control-off.patch
git-netdev-all.patch
sky2-auto-negotiation-phy-errata.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html