Date: Mon, 07 Nov 2016 13:48:24 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 208343] [em] wake on lan not working with Intel I219 V2 Message-ID: <bug-208343-2472-nqFOdfjnsI@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-208343-2472@https.bugs.freebsd.org/bugzilla/> References: <bug-208343-2472@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=3D208343 --- Comment #8 from Sean Bruno <sbruno@FreeBSD.org> --- Can you guys try the following and see if it helps? Index: 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 --- 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 =3D E1000_WUC_APME; adapter->has_amt =3D TRUE; eeprom_data =3D E1000_READ_REG(&adapter->hw, E1000_WUC); --=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-208343-2472-nqFOdfjnsI>