Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHi,
With some different search terms I found this post on the board: http://www.alteraforum.com/forum/showthread.php?t=18394. It's not exactly correct anymore, it's now line 1011, and it's required to change
snprintf(phy_id, MII_BUS_ID_SIZE, PHY_ID_FMT, mii_id, tse_config->phy_addr);
to
snprintf(phy_id, MII_BUS_ID_SIZE, PHY_ID_FMT, mii_id, 1);
I should really track down why tse_config has the wrong value set... Regards, Andreas