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:
Luiz Otavio O Souza 2018-08-14 18:58:16 +00:00
parent e112e9d255
commit e13a20dad7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=337811

View File

@ -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);