mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue