
27 Jul
2011
27 Jul
'11
4:57 a.m.
On Jul 21, 2011, at 12:20 AM, Kumar Gala wrote:
We add XAUI_FM1 into the SERDES tables for P2041[e] devices. However for the P2040[e] devices that dont support XAUI we handle this at runtime via SVR checks. If we are on a P2040[e] device the SERDES functions will behave as follows:
is_serdes_prtcl_valid() will always report invalid if prtcl passed in is XAUI_FM1.
serdes_get_prtcl() will report NONE if the prtcl in the table is set to XAUI_FM1.
Signed-off-by: Kumar Gala galak@kernel.crashing.org
arch/powerpc/cpu/mpc85xx/p2041_serdes.c | 26 +++++++++++++++++++++----- 1 files changed, 21 insertions(+), 5 deletions(-)
applied to 85xx
- k