Re: [RFT] sky2 auto negotiation PHY errata

2007-03-05 Thread Rob Sims
On Tue, Feb 20, 2007 at 11:00:53AM -0800, Stephen Hemminger wrote: > You need the flow control fix and the tx_timeout fix posted for 2.6.20 > (stable) > and current git tree. sky2 1.13 has been far better than 1.10; there have been no system hangs or permanent sky2 failures. However, the follow

Re: [RFT] sky2 auto negotiation PHY errata

2007-02-20 Thread Rob Sims
On Fri, Feb 02, 2007 at 11:28:46AM -0800, Stephen Hemminger wrote: > This patch does the Marvell errata before auto negotiation > (from drivers/phy/marvell.c). The Yukon II chips have an internal > version of the same PHY, so perhaps this errata is necessary for them > as well. > > For test only,

Re: [RFT] sky2 auto negotiation PHY errata

2007-02-20 Thread Stephen Hemminger
You need the flow control fix and the tx_timeout fix posted for 2.6.20 (stable) and current git tree. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[RFT] sky2 auto negotiation PHY errata

2007-02-02 Thread Stephen Hemminger
This patch does the Marvell errata before auto negotiation (from drivers/phy/marvell.c). The Yukon II chips have an internal version of the same PHY, so perhaps this errata is necessary for them as well. For test only, but it may fix some of the hangs. It seems to fix the PHY lockups I saw yester