From owner-svn-src-user@FreeBSD.ORG Sat May 16 02:49:05 2009 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC0FF106564A; Sat, 16 May 2009 02:49:05 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9A3528FC0C; Sat, 16 May 2009 02:49:05 +0000 (UTC) (envelope-from kmacy@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 n4G2n5dU042045; Sat, 16 May 2009 02:49:05 GMT (envelope-from kmacy@svn.freebsd.org) Received: (from kmacy@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n4G2n52p042044; Sat, 16 May 2009 02:49:05 GMT (envelope-from kmacy@svn.freebsd.org) Message-Id: <200905160249.n4G2n52p042044@svn.freebsd.org> From: Kip Macy Date: Sat, 16 May 2009 02:49:05 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r192180 - user/kmacy/ZFS_MFC/sys/amd64/conf X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 May 2009 02:49:05 -0000 Author: kmacy Date: Sat May 16 02:49:05 2009 New Revision: 192180 URL: http://svn.freebsd.org/changeset/base/192180 Log: add KDB, DDB, and opensolaris dependency Modified: user/kmacy/ZFS_MFC/sys/amd64/conf/GENERIC_MINUS Modified: user/kmacy/ZFS_MFC/sys/amd64/conf/GENERIC_MINUS ============================================================================== --- user/kmacy/ZFS_MFC/sys/amd64/conf/GENERIC_MINUS Sat May 16 02:45:38 2009 (r192179) +++ user/kmacy/ZFS_MFC/sys/amd64/conf/GENERIC_MINUS Sat May 16 02:49:05 2009 (r192180) @@ -25,7 +25,7 @@ ident GENERIC #hints "GENERIC.hints" # Default places to look for devices. makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols -makeoptions MODULES_OVERRIDE="zfs" +makeoptions MODULES_OVERRIDE="opensolaris zfs" options SCHED_ULE # ULE scheduler options PREEMPTION # Enable kernel thread preemption @@ -74,7 +74,8 @@ options INVARIANT_SUPPORT options WITNESS options WITNESS_SKIPSPIN options DEBUG - +options KDB +options DDB # Make an SMP-capable kernel by default options SMP # Symmetric MultiProcessor Kernel