From owner-cvs-src@FreeBSD.ORG Thu Jul 12 19:04:12 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A65AF16A400; Thu, 12 Jul 2007 19:04:12 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8040613C44C; Thu, 12 Jul 2007 19:04:12 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6CJ4CMI093869; Thu, 12 Jul 2007 19:04:12 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from jfv@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6CJ4CGG093868; Thu, 12 Jul 2007 19:04:12 GMT (envelope-from jfv) Message-Id: <200707121904.l6CJ4CGG093868@repoman.freebsd.org> From: Jack F Vogel Date: Thu, 12 Jul 2007 19:04:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ixgbe ixgbe.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: Thu, 12 Jul 2007 19:04:12 -0000 jfv 2007-07-12 19:04:12 UTC FreeBSD src repository Modified files: sys/dev/ixgbe ixgbe.c Log: A couple late breaking bugs that testing have turned up. - change include style so build in kernel try OR standalone work. - Limit HWCSUM - I was led to believe that it would work with RSS, but our testing had odd issues which suggests this is false. - A fatfinger error in the ioctl code made ifconfig up not work. Approved by: re Revision Changes Path 1.3 +6 -3 src/sys/dev/ixgbe/ixgbe.c