Commit 2370ab1d authored by Antonio Borneo's avatar Antonio Borneo Committed by Bernd Eckenfels

mii-tool: fix PHY ID in list

Lower 4 bits of "id2" contain chip revision.
Existing code suppose that these bits are zero
in PHY table "mii_id".
Signed-off-by: default avatarAntonio Borneo <borneo.antonio@gmail.com>
parent 343864ae
......@@ -70,7 +70,7 @@ static const struct {
{ 0x0000, 0x6b90, "AMD 79C901A HomePNA" },
{ 0x0000, 0x6b70, "AMD 79C901A 10baseT" },
{ 0x0181, 0xb800, "Davicom DM9101" },
{ 0x0043, 0x7411, "Enable EL40-331" },
{ 0x0043, 0x7410, "Enable EL40-331" },
{ 0x0015, 0xf410, "ICS 1889" },
{ 0x0015, 0xf420, "ICS 1890" },
{ 0x0015, 0xf430, "ICS 1892" },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment