From owner-cvs-src-old@FreeBSD.ORG Fri Apr 10 00:23:04 2009 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 84453106575C for ; Fri, 10 Apr 2009 00:23: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 6E6B88FC12 for ; Fri, 10 Apr 2009 00:23:04 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n3A0N4qZ012755 for ; Fri, 10 Apr 2009 00:23:04 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n3A0N4XH012754 for cvs-src-old@freebsd.org; Fri, 10 Apr 2009 00:23:04 GMT (envelope-from jfv@repoman.freebsd.org) Message-Id: <200904100023.n3A0N4XH012754@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jfv@repoman.freebsd.org using -f From: Jack F Vogel Date: Fri, 10 Apr 2009 00:22:48 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ixgbe LICENSE README ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_osdep.h ixgbe_phy.c ixgbe_phy.h ixgbe_type.h 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: Fri, 10 Apr 2009 00:23:05 -0000 jfv 2009-04-10 00:22:48 UTC FreeBSD src repository Modified files: sys/dev/ixgbe LICENSE README ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_osdep.h ixgbe_phy.c ixgbe_phy.h ixgbe_type.h Log: SVN rev 190873 on 2009-04-10 00:22:48Z by jfv Update the ixgbe driver to 1.7.4, this includes support for the new 82599 adapter family, adds header split, and many small fixes. The driver should now be added to the GENERIC kernel. MFC after: 2 weeks Revision Changes Path 1.3 +1 -1 src/sys/dev/ixgbe/LICENSE 1.2 +4 -2 src/sys/dev/ixgbe/README 1.9 +667 -173 src/sys/dev/ixgbe/ixgbe.c 1.8 +71 -11 src/sys/dev/ixgbe/ixgbe.h 1.7 +223 -388 src/sys/dev/ixgbe/ixgbe_82598.c 1.7 +136 -4 src/sys/dev/ixgbe/ixgbe_api.c 1.7 +52 -2 src/sys/dev/ixgbe/ixgbe_api.h 1.7 +344 -181 src/sys/dev/ixgbe/ixgbe_common.c 1.7 +13 -3 src/sys/dev/ixgbe/ixgbe_common.h 1.6 +7 -2 src/sys/dev/ixgbe/ixgbe_osdep.h 1.7 +763 -19 src/sys/dev/ixgbe/ixgbe_phy.c 1.7 +19 -4 src/sys/dev/ixgbe/ixgbe_phy.h 1.7 +908 -20 src/sys/dev/ixgbe/ixgbe_type.h