Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Oct 2006 22:30:07 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 107223 for review
Message-ID:  <200610032230.k93MU7Ht028503@repoman.freebsd.org>

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

Change 107223 by imp@imp_lighthouse on 2006/10/03 22:29:29

	Witness and hard wire root.

Affected files ...

.. //depot/projects/arm/src/sys/arm/conf/TSC4370#12 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/conf/TSC4370#12 (text+ko) ====

@@ -44,6 +44,7 @@
 #options 	MD_ROOT			#MD is a potential root device
 #options	MD_ROOT_SIZE=4096	# 4MB ram disk
 #options 	ROOTDEVNAME=\"ufs:md0\"
+options 	ROOTDEVNAME=\"ufs:mmcsd0s1a\"
 #options 	NFSCLIENT		#Network Filesystem Client
 #options 	NFSSERVER		#Network Filesystem Server
 #options 	NFS_ROOT		#NFS usable as /, requires NFSCLIENT
@@ -84,10 +85,10 @@
 ##device		da		# Direct Access (disks)
 
 # Debugging for use in -current
-#options 	INVARIANTS		#Enable calls of extra sanity checking
-#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 	INVARIANTS		#Enable calls of extra sanity checking
+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
 
 device		mem			# Memory and kernel memory devices
 device		md



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