From: Kumar Gala <hidden> Date: 2009-01-06 20:55:02
From: Leo Li <redacted>
When changing the link between 100Mbps and 1Gbps in SGMII mode it was
found out that the link would stop working. The issue is that ECNTRL[R100]
needs to be cleared when in 1Gbps mode. Older reference manuals didn't
require the explicitly clearing but has since been found it that it is
needed.
Signed-off-by: Li Yang <redacted>
Signed-off-by: Kumar Gala <redacted>
---
Dave,
Please apply for 2.6.29 as it addresses a "HW" bug in real systems.
thanks
- k
drivers/net/gianfar.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
From: Andy Fleming <hidden> Date: 2009-01-06 20:56:57
On Jan 6, 2009, at 2:52 PM, Kumar Gala wrote:
From: Leo Li <redacted>
When changing the link between 100Mbps and 1Gbps in SGMII mode it was
found out that the link would stop working. The issue is that
ECNTRL[R100]
needs to be cleared when in 1Gbps mode. Older reference manuals
didn't
require the explicitly clearing but has since been found it that it is
needed.
Signed-off-by: Li Yang <redacted>
Signed-off-by: Kumar Gala <redacted>
From: David Miller <davem@davemloft.net> Date: 2009-01-06 22:08:17
From: Andy Fleming <redacted>
Date: Tue, 6 Jan 2009 14:56:25 -0600
On Jan 6, 2009, at 2:52 PM, Kumar Gala wrote:
quoted
From: Leo Li <redacted>
When changing the link between 100Mbps and 1Gbps in SGMII mode it was
found out that the link would stop working. The issue is that ECNTRL[R100]
needs to be cleared when in 1Gbps mode. Older reference manuals didn't
require the explicitly clearing but has since been found it that it is
needed.
Signed-off-by: Li Yang <redacted>
Signed-off-by: Kumar Gala <redacted>