Bug 12631 - 10BT does not work (kernel too)
: 10BT does not work (kernel too)
Status: RESOLVED FIXED
Product: SB Radio
Classification: Unclassified
Component: OS/Bootloader
: Include FW version in comment
: PC Windows XP
: -- normal (vote)
: MPQ
Assigned To: Caleb Crome
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-06-30 19:53 UTC by Caleb Crome
Modified: 2009-09-08 09:29 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Caleb Crome 2009-06-30 19:53:09 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.
Comment 1 Richard Titmuss 2009-07-01 10:20:48 UTC
This change can probably be made in fec.c:mii_relink(), looking at the fep->phy_status.
Comment 2 Richard Titmuss 2009-07-01 10:21:05 UTC
This change can probably be made in fec.c:mii_relink(), looking at the fep->phy_status.
Comment 3 Caleb Crome 2009-07-01 13:57:40 UTC
Fixed in rev r6320.