Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHi Mhori,
Search IP device drivers for the file smsc_phy.c. You'll find the s91_phy_init() function which performs auto negotiation. With minor changes you can: - skip auto-negotiation - ignore negotiation errors - force the link speed In the first two cases you must ensure your system can restart auto-negotiation when needed. Cris