From owner-cvs-all@FreeBSD.ORG Thu Jul 12 18:49:02 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 07C6216A400; Thu, 12 Jul 2007 18:49:02 +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 EC20E13C448; Thu, 12 Jul 2007 18:49:01 +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 l6CIn15C086896; Thu, 12 Jul 2007 18:49:01 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from jfv@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6CIn1K9086895; Thu, 12 Jul 2007 18:49:01 GMT (envelope-from jfv) Message-Id: <200707121849.l6CIn1K9086895@repoman.freebsd.org> From: Jack F Vogel Date: Thu, 12 Jul 2007 18:49:01 +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 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-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 18:49:02 -0000 jfv 2007-07-12 18:49:01 UTC FreeBSD src repository Modified files: sys/dev/ixgbe 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: New Driver for Intel 10G PCI-Express Dual Port Network adapter (82598) - ixgbe.c, ixgbe.h, and ixgbe_osdep.h make the core OS driver. - Others are OS independent shared code. - This is still a Beta driver, the Intel ship is a month or so off, so I welcome any feedback from early users. Approved by: re Revision Changes Path 1.2 +0 -0 src/sys/dev/ixgbe/ixgbe.c 1.2 +0 -0 src/sys/dev/ixgbe/ixgbe.h 1.2 +0 -0 src/sys/dev/ixgbe/ixgbe_82598.c 1.2 +0 -0 src/sys/dev/ixgbe/ixgbe_api.c 1.2 +0 -0 src/sys/dev/ixgbe/ixgbe_api.h 1.2 +0 -0 src/sys/dev/ixgbe/ixgbe_common.c 1.2 +0 -0 src/sys/dev/ixgbe/ixgbe_common.h 1.2 +0 -0 src/sys/dev/ixgbe/ixgbe_osdep.h 1.2 +0 -0 src/sys/dev/ixgbe/ixgbe_phy.c 1.2 +0 -0 src/sys/dev/ixgbe/ixgbe_phy.h 1.2 +0 -0 src/sys/dev/ixgbe/ixgbe_type.h