Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Apr 2021 19:11:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 238411] igb(4): Wake on Lan not working with Intel I210
Message-ID:  <bug-238411-7501-K7RwuWC3My@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-238411-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-238411-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238411

Kaho Toshikazu <kaho@elam.kais.kyoto-u.ac.jp> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kaho@elam.kais.kyoto-u.ac.j
                   |                            |p

--- Comment #13 from Kaho Toshikazu <kaho@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 RO=
M,
you should not change these lines.

In the function em_enable_wakeup(),=20
        if ((if_getcapenable(ifp) & IFCAP_WOL_MAGIC) =3D=3D 0)
                adapter->wol &=3D ~E1000_WUFC_MAG;

after these line, please insert like this,
        else
                adapter->wol |=3D E1000_WUFC_MAG;
if you don't want to change default settings.

--=20
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238411-7501-K7RwuWC3My>