https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208343
--- Comment #8 from Sean Bruno <sbr...@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. _______________________________________________ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"