From owner-cvs-src@FreeBSD.ORG Sat Sep 15 09:52:20 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62C0E16A420; Sat, 15 Sep 2007 09:52:20 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3F89F13C45B; Sat, 15 Sep 2007 09:52:20 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8F9qKq9033742; Sat, 15 Sep 2007 09:52:20 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8F9qKaJ033741; Sat, 15 Sep 2007 09:52:20 GMT (envelope-from marius) Message-Id: <200709150952.l8F9qKaJ033741@repoman.freebsd.org> From: Marius Strobl Date: Sat, 15 Sep 2007 09:52:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/re if_re.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2007 09:52:20 -0000 marius 2007-09-15 09:52:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/re if_re.c Log: MFC: if_re.c 1.77, 1.86, 1.94 - Correctly set IFCAP_VLAN_HWCSUM as re(4) can do VLAN tagging/checksum offloading in hardware. - Correctly set media header length for VLAN. - Use taskqueue_drain() to wait for any pending tasks to complete rather than just pausing for a second. - Initialize the rl_vlanctl field of the descriptors to zero (in order to clear RL_TDESC_VLANCTL_TAG). Revision Changes Path 1.46.2.33 +24 -9 src/sys/dev/re/if_re.c