From owner-svn-src-projects@FreeBSD.ORG Fri Oct 8 17:46:52 2010 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0980B1065670; Fri, 8 Oct 2010 17:46:52 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id EF2718FC15; Fri, 8 Oct 2010 17:46:51 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o98HkpMh001745; Fri, 8 Oct 2010 17:46:51 GMT (envelope-from attilio@svn.freebsd.org) Received: (from attilio@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o98HkpTV001741; Fri, 8 Oct 2010 17:46:51 GMT (envelope-from attilio@svn.freebsd.org) Message-Id: <201010081746.o98HkpTV001741@svn.freebsd.org> From: Attilio Rao Date: Fri, 8 Oct 2010 17:46:51 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r213586 - in projects/sv/sys: amd64/conf modules/ixgb modules/ixgbe X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Oct 2010 17:46:52 -0000 Author: attilio Date: Fri Oct 8 17:46:51 2010 New Revision: 213586 URL: http://svn.freebsd.org/changeset/base/213586 Log: Remove changes that crept-in during development and testing. Modified: projects/sv/sys/amd64/conf/GENERIC projects/sv/sys/modules/ixgb/Makefile projects/sv/sys/modules/ixgbe/Makefile Modified: projects/sv/sys/amd64/conf/GENERIC ============================================================================== --- projects/sv/sys/amd64/conf/GENERIC Fri Oct 8 17:42:09 2010 (r213585) +++ projects/sv/sys/amd64/conf/GENERIC Fri Oct 8 17:46:51 2010 (r213586) @@ -65,7 +65,7 @@ options FLOWTABLE # per-cpu routing ca #options KDTRACE_FRAME # Ensure frames are compiled in #options KDTRACE_HOOKS # Kernel DTrace hooks options INCLUDE_CONFIG_FILE # Include this file in kernel -options NETDUMP_CLIENT + # Debugging for use in -current options KDB # Enable kernel debugger support. options DDB # Support DDB. Modified: projects/sv/sys/modules/ixgb/Makefile ============================================================================== --- projects/sv/sys/modules/ixgb/Makefile Fri Oct 8 17:42:09 2010 (r213585) +++ projects/sv/sys/modules/ixgb/Makefile Fri Oct 8 17:46:51 2010 (r213586) @@ -5,6 +5,5 @@ KMOD= if_ixgb SRCS= if_ixgb.c ixgb_hw.c ixgb_ee.c SRCS+= device_if.h bus_if.h pci_if.h -CFLAGS+= -DNETDUMP_CLIENT .include Modified: projects/sv/sys/modules/ixgbe/Makefile ============================================================================== --- projects/sv/sys/modules/ixgbe/Makefile Fri Oct 8 17:42:09 2010 (r213585) +++ projects/sv/sys/modules/ixgbe/Makefile Fri Oct 8 17:46:51 2010 (r213586) @@ -6,6 +6,6 @@ SRCS += ixgbe.c # Shared source SRCS += ixgbe_common.c ixgbe_api.c ixgbe_phy.c SRCS += ixgbe_82599.c ixgbe_82598.c -CFLAGS+= -I${.CURDIR}/../../dev/ixgbe -DSMP -DNETDUMP_CLIENT -DIXGBE_FDIR +CFLAGS+= -I${.CURDIR}/../../dev/ixgbe -DSMP -DIXGBE_FDIR .include