[Bug 238411] igb(4): Wake on Lan not working with Intel I210
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Apr 25 19:11:34 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238411
Kaho Toshikazu <kaho at elam.kais.kyoto-u.ac.jp> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kaho at elam.kais.kyoto-u.ac.j
| |p
--- Comment #13 from Kaho Toshikazu <kaho at elam.kais.kyoto-u.ac.jp> ---
(In reply to Abraham122x from comment #9)
These lines check the enable bit of WOL in the flash ROM.
If you would like to neglect flash ROM setting,
I think your suggestion is reasonable.
If the default of WOL is still disabled when WOL is diabled on the flash ROM,
you should not change these lines.
In the function em_enable_wakeup(),
if ((if_getcapenable(ifp) & IFCAP_WOL_MAGIC) == 0)
adapter->wol &= ~E1000_WUFC_MAG;
after these line, please insert like this,
else
adapter->wol |= E1000_WUFC_MAG;
if you don't want to change default settings.
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
More information about the freebsd-net
mailing list