From owner-svn-src-all@FreeBSD.ORG Fri Apr 10 00:34:55 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F24551065670; Fri, 10 Apr 2009 00:34:55 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E12858FC1D; Fri, 10 Apr 2009 00:34:55 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n3A0YtF4026305; Fri, 10 Apr 2009 00:34:55 GMT (envelope-from jfv@svn.freebsd.org) Received: (from jfv@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n3A0Ytdx026303; Fri, 10 Apr 2009 00:34:55 GMT (envelope-from jfv@svn.freebsd.org) Message-Id: <200904100034.n3A0Ytdx026303@svn.freebsd.org> From: Jack F Vogel Date: Fri, 10 Apr 2009 00:34:55 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r190875 - head/sys/conf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Apr 2009 00:34:56 -0000 Author: jfv Date: Fri Apr 10 00:34:55 2009 New Revision: 190875 URL: http://svn.freebsd.org/changeset/base/190875 Log: Add additional file to ixgbe files list, and uncomment NOTES entry MFC after: 2 weeks Modified: head/sys/conf/NOTES head/sys/conf/files Modified: head/sys/conf/NOTES ============================================================================== --- head/sys/conf/NOTES Fri Apr 10 00:31:54 2009 (r190874) +++ head/sys/conf/NOTES Fri Apr 10 00:34:55 2009 (r190875) @@ -1929,7 +1929,7 @@ device xl # 3Com 3c90x (``Boomerang'', device de # DEC/Intel DC21x4x (``Tulip'') device em # Intel Pro/1000 Gigabit Ethernet device igb # Intel Pro/1000 PCIE Gigabit Ethernet -#device ixgbe # Intel Pro/10Gbe PCIE Ethernet +device ixgbe # Intel Pro/10Gbe PCIE Ethernet device le # AMD Am7900 LANCE and Am79C9xx PCnet device mxge # Myricom Myri-10G 10GbE NIC device nxge # Neterion Xframe 10GbE Server/Storage Adapter Modified: head/sys/conf/files ============================================================================== --- head/sys/conf/files Fri Apr 10 00:31:54 2009 (r190874) +++ head/sys/conf/files Fri Apr 10 00:34:55 2009 (r190875) @@ -1073,6 +1073,8 @@ dev/ixgbe/ixgbe_common.c optional ixgbe compile-with "${NORMAL_C} -I$S/dev/ixgbe" dev/ixgbe/ixgbe_82598.c optional ixgbe \ compile-with "${NORMAL_C} -I$S/dev/ixgbe" +dev/ixgbe/ixgbe_82599.c optional ixgbe \ + compile-with "${NORMAL_C} -I$S/dev/ixgbe" dev/jme/if_jme.c optional jme pci dev/joy/joy.c optional joy dev/joy/joy_isa.c optional joy isa