[Bug 208343] [em] wake on lan not working with Intel I219 V2

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 7 13:48:24 UTC 2016


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

--- Comment #8 from Sean Bruno <sbruno at FreeBSD.org> ---
Can you guys try the following and see if it helps?

Index: if_em.c
===================================================================
--- if_em.c    (revision 308404)
+++ if_em.c    (working copy)
@@ -5274,6 +5274,8 @@ em_get_wakeup(device_t dev)
     case e1000_ich10lan:
     case e1000_pchlan:
     case e1000_pch2lan:
+    case e1000_pch_lpt:
+    case e1000_pch_spt:
         apme_mask = E1000_WUC_APME;
         adapter->has_amt = TRUE;
         eeprom_data = E1000_READ_REG(&adapter->hw, E1000_WUC);

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


More information about the freebsd-net mailing list