From owner-cvs-src-old@FreeBSD.ORG Thu Apr 8 00:51:04 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5CE51065675 for ; Thu, 8 Apr 2010 00:51:04 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B44F18FC23 for ; Thu, 8 Apr 2010 00:51:04 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o380p4TL052170 for ; Thu, 8 Apr 2010 00:51:04 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o380p4b0052169 for cvs-src-old@freebsd.org; Thu, 8 Apr 2010 00:51:04 GMT (envelope-from jfv@repoman.freebsd.org) Message-Id: <201004080051.o380p4b0052169@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jfv@repoman.freebsd.org using -f From: Jack F Vogel Date: Thu, 8 Apr 2010 00:50:43 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/e1000 if_em.c if_igb.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Apr 2010 00:51:04 -0000 jfv 2010-04-08 00:50:43 UTC FreeBSD src repository Modified files: sys/dev/e1000 if_em.c if_igb.c Log: SVN rev 206388 on 2010-04-08 00:50:43Z by jfv Important fix got clobbered in the em driver, keeping VLAN HWFILTER from being used by default, this breaks stacked pseudo devices, and as it turns out, also breaks virtual machines that happen to use VLANS (didn't know that before :). Put the fix back into the em driver, and for good measure add the same code to the igb driver where it should have been anyway. Revision Changes Path 1.37 +29 -4 src/sys/dev/e1000/if_em.c 1.37 +38 -5 src/sys/dev/e1000/if_igb.c