mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Use new handshake command for BCM5750 or new controllers.
This commit is contained in:
parent
899d684659
commit
d67eba2f3f
1 changed files with 1 additions and 2 deletions
|
|
@ -2744,9 +2744,8 @@ bge_attach(device_t dev)
|
|||
& BGE_HWCFG_ASF) {
|
||||
sc->bge_asf_mode |= ASF_ENABLE;
|
||||
sc->bge_asf_mode |= ASF_STACKUP;
|
||||
if (sc->bge_asicrev == BGE_ASICREV_BCM5750) {
|
||||
if (BGE_IS_575X_PLUS(sc))
|
||||
sc->bge_asf_mode |= ASF_NEW_HANDSHAKE;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue