https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228302
Kaho Toshikazu <k...@elam.kais.kyoto-u.ac.jp> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k...@elam.kais.kyoto-u.ac.j | |p --- Comment #8 from Kaho Toshikazu <k...@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. _______________________________________________ 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"