[Bug 228302] [em] / [igb] wake on lan not working with Intel I210 / I219 on Mainboard ASRock Rack C236 WSI

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue May 22 13:00:58 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228302

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 #8 from Kaho Toshikazu <kaho at 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
===================================================================
--- 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 == e1000_pchlan)  ||
            (adapter->hw.mac.type == e1000_pch2lan) ||
            (adapter->hw.mac.type == e1000_pch_lpt) ||
-           (adapter->hw.mac.type == e1000_pch_spt)) {
+           (adapter->hw.mac.type == e1000_pch_spt) ||
+           (adapter->hw.mac.type == e1000_pch_cnp)) {
                error = em_enable_phy_wakeup(adapter);
                if (error)
                        goto pme;

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


More information about the freebsd-net mailing list