Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 May 2018 13:00:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 228302] [em] / [igb] wake on lan not working with Intel I210 / I219 on Mainboard ASRock Rack C236 WSI
Message-ID:  <bug-228302-7501-yeo3FKnQLW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-228302-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-228302-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=3D228302

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

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

--- Comment #8 from Kaho Toshikazu <kaho@elam.kais.kyoto-u.ac.jp> ---
(In reply to sandreas from comment #7)

Please try this patch for i219. I don't have any idea for i210.

Index: sys/dev/e1000/if_em.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- sys/dev/e1000/if_em.c       (revision 334009)
+++ sys/dev/e1000/if_em.c       (working copy)
@@ -5411,7 +5411,8 @@
        if ((adapter->hw.mac.type =3D=3D e1000_pchlan)  ||
            (adapter->hw.mac.type =3D=3D e1000_pch2lan) ||
            (adapter->hw.mac.type =3D=3D e1000_pch_lpt) ||
-           (adapter->hw.mac.type =3D=3D e1000_pch_spt)) {
+           (adapter->hw.mac.type =3D=3D e1000_pch_spt) ||
+           (adapter->hw.mac.type =3D=3D e1000_pch_cnp)) {
                error =3D em_enable_phy_wakeup(adapter);
                if (error)
                        goto pme;

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



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