Date: Sat, 30 Jan 2010 00:11:44 +0000 (UTC) From: Jack F Vogel <jfv@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/e1000 if_em.c Message-ID: <201001300012.o0U0CAqc032994@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jfv 2010-01-30 00:11:44 UTC FreeBSD src repository Modified files: sys/dev/e1000 if_em.c Log: SVN rev 203179 on 2010-01-30 00:11:44Z by jfv Fix for kern/141646: when stacking pseudo drivers like lagg and vlan the vlan attach/detach event is not being handed down to em, this caused some init code not to run, and thus VLANs did not work. Ultimately having the event get propagated would be nice, but for now the solution is to have HWFILTER off by default, when this is the case VLANs will work, ifconfig can be used to turn it on and then get HW tag filtering. Revision Changes Path 1.31 +30 -14 src/sys/dev/e1000/if_em.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001300012.o0U0CAqc032994>