From owner-cvs-src-old@FreeBSD.ORG Sat Dec 4 02:04:17 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 778A71065673 for ; Sat, 4 Dec 2010 02:04:17 +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 4B12B8FC1B for ; Sat, 4 Dec 2010 02:04:17 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oB424HUl031073 for ; Sat, 4 Dec 2010 02:04:17 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oB424HWe031072 for cvs-src-old@freebsd.org; Sat, 4 Dec 2010 02:04:17 GMT (envelope-from jfv@repoman.freebsd.org) Message-Id: <201012040204.oB424HWe031072@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jfv@repoman.freebsd.org using -f From: Jack F Vogel Date: Sat, 4 Dec 2010 02:04:02 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/e1000 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: Sat, 04 Dec 2010 02:04:17 -0000 jfv 2010-12-04 02:04:02 UTC FreeBSD src repository Modified files: sys/dev/e1000 if_igb.c Log: SVN rev 216173 on 2010-12-04 02:04:02Z by jfv Remove the bogus test in the TX context setup for IPV6, the size can be smaller than the constant when you are doing HW TAGGING, and you still need to process this packet in a normal way. I'm not sure where the notion to just return came from, but its wrong. MFC after: 3 days Revision Changes Path 1.62 +0 -2 src/sys/dev/e1000/if_igb.c