svn commit: r187676 - user/kmacy/HEAD_fast_net/sys/amd64/conf

Kip Macy kmacy at FreeBSD.org
Sat Jan 24 23:22:35 PST 2009


Author: kmacy
Date: Sun Jan 25 07:22:34 2009
New Revision: 187676
URL: http://svn.freebsd.org/changeset/base/187676

Log:
  disable LOCK_PROFILING limit modules built

Modified:
  user/kmacy/HEAD_fast_net/sys/amd64/conf/PERFTEST

Modified: user/kmacy/HEAD_fast_net/sys/amd64/conf/PERFTEST
==============================================================================
--- user/kmacy/HEAD_fast_net/sys/amd64/conf/PERFTEST	Sun Jan 25 03:26:27 2009	(r187675)
+++ user/kmacy/HEAD_fast_net/sys/amd64/conf/PERFTEST	Sun Jan 25 07:22:34 2009	(r187676)
@@ -25,6 +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="hwpmc cxgb mxge"
 
 options 	SCHED_ULE		# ULE scheduler
 options 	PREEMPTION		# Enable kernel thread preemption
@@ -76,8 +77,11 @@ options		ALT_BREAK_TO_DEBUGGER
 #options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
 #options 	WITNESS			# Enable checks to detect deadlocks and cycles
 #options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
-options		LOCK_PROFILING
+#options		LOCK_PROFILING
 options		RADIX_MPATH
+device		cxgb
+device		cxgb_t3fw
+
 
 # Make an SMP-capable kernel by default
 options 	SMP			# Symmetric MultiProcessor Kernel


More information about the svn-src-user mailing list