Forum Discussion
Altera_Forum
Honored Contributor
15 years agoYou can have a look at the schematic, or do as the Interniche driver does, i.e. try all the PHY addresses until you get an answer.
You shouldn't have to force the PHY chip into any mode, if your PC is limited to 100Mbits/s the PHY chip should detect it during autonegotiation and switch automatically to 100Mbits/s mode. IIRC the Marvel chip needs to be properly taken out of reset or it will behave strangely. Check that you provide a nice reset pulse to the chip during initialization, and have a look at the Interniche driver to see how it should be initialized through the MDIO registers after reset.