Date: Fri, 26 Nov 2010 22:36:47 +0000 (UTC) From: Jack F Vogel <jfv@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r215910 - head/sys/dev/e1000 Message-ID: <201011262236.oAQMalSI092402@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jfv Date: Fri Nov 26 22:36:47 2010 New Revision: 215910 URL: http://svn.freebsd.org/changeset/base/215910 Log: Unwanted extra call to set_vlan_hw added back by mistake. Modified: head/sys/dev/e1000/if_lem.c Modified: head/sys/dev/e1000/if_lem.c ============================================================================== --- head/sys/dev/e1000/if_lem.c Fri Nov 26 22:31:56 2010 (r215909) +++ head/sys/dev/e1000/if_lem.c Fri Nov 26 22:36:47 2010 (r215910) @@ -1128,9 +1128,6 @@ lem_init_locked(struct adapter *adapter) /* Setup VLAN support, basic and offload if available */ E1000_WRITE_REG(&adapter->hw, E1000_VET, ETHERTYPE_VLAN); - /* Use real VLAN Filter support */ - lem_setup_vlan_hw_support(adapter); - /* Set hardware offload abilities */ ifp->if_hwassist = 0; if (adapter->hw.mac.type >= e1000_82543) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011262236.oAQMalSI092402>