Disable the auto negotiation if the port is set to fixed-link.
Tested on SG-3100 (ARMADA38X) and Espresso.bin (A37x0). Fixes the network on espresso.bin. Sponsored by: Rubicon Communications, LLC (Netgate)
This commit is contained in:
parent
e112e9d255
commit
e13a20dad7
@ -757,6 +757,7 @@ mvneta_attach(device_t self)
|
||||
|
||||
} else {
|
||||
/* Fixed-link, use predefined values */
|
||||
mvneta_update_autoneg(sc, FALSE);
|
||||
ifmedia_init(&sc->mvneta_ifmedia, 0, mvneta_mediachange,
|
||||
mvneta_mediastatus);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user