From owner-cvs-src-old@FreeBSD.ORG Sun Nov 28 03:41:59 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 5B0F31065780 for ; Sun, 28 Nov 2010 03:41:59 +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 2AE1C8FC1A for ; Sun, 28 Nov 2010 03:41:59 +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 oAS3fxiw054406 for ; Sun, 28 Nov 2010 03:41:59 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oAS3fxiJ054405 for cvs-src-old@freebsd.org; Sun, 28 Nov 2010 03:41:59 GMT (envelope-from jfv@repoman.freebsd.org) Message-Id: <201011280341.oAS3fxiJ054405@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jfv@repoman.freebsd.org using -f From: Jack F Vogel Date: Sun, 28 Nov 2010 03:41:32 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/conf files src/sys/dev/ixgbe ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_82599.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_mbx.c ixgbe_mbx.h ixgbe_osdep.h ixgbe_phy.c ixgbe_phy.h ixgbe_type.h ixgbe_vf.c ixgbe_vf.h ixv.c ixv.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: Sun, 28 Nov 2010 03:41:59 -0000 jfv 2010-11-28 03:41:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/conf files sys/dev/ixgbe ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_82599.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 sys/modules/ixgbe Makefile Added files: (Branch: RELENG_8) sys/dev/ixgbe ixgbe_mbx.c ixgbe_mbx.h ixgbe_vf.c ixgbe_vf.h ixv.c ixv.h Log: SVN rev 215970 on 2010-11-28 03:41:32Z by jfv MFC: r215911, r215913, r215914 Revision Changes Path 1.1459.2.47 +6 -0 src/sys/conf/files 1.17.2.11 +626 -283 src/sys/dev/ixgbe/ixgbe.c 1.9.2.6 +15 -7 src/sys/dev/ixgbe/ixgbe.h 1.8.2.3 +89 -68 src/sys/dev/ixgbe/ixgbe_82598.c 1.2.2.3 +601 -520 src/sys/dev/ixgbe/ixgbe_82599.c 1.8.2.3 +88 -3 src/sys/dev/ixgbe/ixgbe_api.c 1.8.2.3 +38 -32 src/sys/dev/ixgbe/ixgbe_api.h 1.8.2.3 +756 -313 src/sys/dev/ixgbe/ixgbe_common.c 1.7.2.3 +9 -1 src/sys/dev/ixgbe/ixgbe_common.h 1.1.2.2 +743 -0 src/sys/dev/ixgbe/ixgbe_mbx.c (new) 1.1.2.2 +113 -0 src/sys/dev/ixgbe/ixgbe_mbx.h (new) 1.7.2.3 +3 -2 src/sys/dev/ixgbe/ixgbe_osdep.h 1.8.2.3 +105 -70 src/sys/dev/ixgbe/ixgbe_phy.c 1.8.2.3 +6 -3 src/sys/dev/ixgbe/ixgbe_phy.h 1.8.2.3 +175 -65 src/sys/dev/ixgbe/ixgbe_type.h 1.1.2.2 +495 -0 src/sys/dev/ixgbe/ixgbe_vf.c (new) 1.1.2.2 +113 -0 src/sys/dev/ixgbe/ixgbe_vf.h (new) 1.1.2.2 +3950 -0 src/sys/dev/ixgbe/ixv.c (new) 1.1.2.2 +414 -0 src/sys/dev/ixgbe/ixv.h (new) 1.6.2.4 +2 -2 src/sys/modules/ixgbe/Makefile