Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 May 2006 23:56:49 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 97983 for review
Message-ID:  <200605272356.k4RNunlt036423@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=97983

Change 97983 by kmacy@kmacy_storage:sun4v_work on 2006/05/27 23:56:30

	check in Kris' local config changes

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/sun4v/conf/GENERIC#14 edit

Differences ...

==== //depot/projects/kmacy_sun4v/src/sys/sun4v/conf/GENERIC#14 (text+ko) ====

@@ -43,6 +43,7 @@
 options 	NFSSERVER		# Network Filesystem Server
 options 	NFS_ROOT		# NFS usable as /, requires NFSCLIENT
 #options 	MSDOSFS			# MSDOS Filesystem
+options		NULLFS
 options 	CD9660			# ISO 9660 Filesystem
 options 	PROCFS			# Process filesystem (requires PSEUDOFS)
 options 	PSEUDOFS		# Pseudo-filesystem framework
@@ -69,6 +70,8 @@
 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		DEBUG_LOCKS
+options		DEBUG_VFS_LOCKS
 
 # To make an SMP kernel, the next line is needed
 options 	SMP			# Symmetric MultiProcessor Kernel
@@ -205,3 +208,6 @@
 #options			USBVERBOSE
 #options			DEBUG_LOCKS
 #options			DEBUG_VFS_LOCKS
+
+device		ccd
+options		SPIN_PROFILING



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