Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2009 02:49:05 +0000 (UTC)
From:      Kip Macy <kmacy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r192180 - user/kmacy/ZFS_MFC/sys/amd64/conf
Message-ID:  <200905160249.n4G2n52p042044@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905160249.n4G2n52p042044>