Bugzilla – Bug 12631
10BT does not work (kernel too)
Last modified: 2009-09-08 09:29:29 UTC
10BT Does not work in the kernel. Maurice and I tracked this down to the FRCONT bit in MIIGSK_CFGR not being set. This bit needs to be modified depending on whether the PHY is in 10BT or 100BT mode. When in 100BT mode, it needs to be set to 0. When in 10BT mode, it needs to be set to 1.
This change can probably be made in fec.c:mii_relink(), looking at the fep->phy_status.
Fixed in rev r6320.