mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Correctly disable jumbo frame support for BCM5719 A0.
This commit is contained in:
parent
1f3765902c
commit
463a7e27bf
1 changed files with 1 additions and 1 deletions
|
|
@ -2836,7 +2836,7 @@ bge_attach(device_t dev)
|
|||
if (sc->bge_asicrev == BGE_ASICREV_BCM5719 &&
|
||||
sc->bge_chipid == BGE_CHIPID_BCM5719_A0) {
|
||||
/* Jumbo frame on BCM5719 A0 does not work. */
|
||||
sc->bge_flags &= ~BGE_FLAG_JUMBO_FRAME;
|
||||
sc->bge_flags &= ~BGE_FLAG_JUMBO;
|
||||
}
|
||||
break;
|
||||
case BGE_ASICREV_BCM5755:
|
||||
|
|
|
|||
Loading…
Reference in a new issue