mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Make CPMU handle GPHY power down control on controllers that have
CPMU capability.
This commit is contained in:
parent
3d09c7b327
commit
5512ca01af
1 changed files with 2 additions and 1 deletions
|
|
@ -3446,7 +3446,8 @@ bge_reset(struct bge_softc *sc)
|
|||
* Set GPHY Power Down Override to leave GPHY
|
||||
* powered up in D0 uninitialized.
|
||||
*/
|
||||
if (BGE_IS_5705_PLUS(sc))
|
||||
if (BGE_IS_5705_PLUS(sc) &&
|
||||
(sc->bge_flags & BGE_FLAG_CPMU_PRESENT) == 0)
|
||||
reset |= BGE_MISCCFG_GPHY_PD_OVERRIDE;
|
||||
|
||||
/* Issue global reset */
|
||||
|
|
|
|||
Loading…
Reference in a new issue