PERFORCE change 107381 for review

Warner Losh imp at FreeBSD.org
Fri Oct 6 16:27:13 PDT 2006


http://perforce.freebsd.org/chv.cgi?CH=107381

Change 107381 by imp at imp_lighthouse on 2006/10/06 23:26:02

	Remove witness for the moment.
	Add TSC4370 hints for the SPI part.

Affected files ...

.. //depot/projects/arm/src/sys/arm/conf/TSC4370#14 edit
.. //depot/projects/arm/src/sys/arm/conf/TSC4370.hints#1 add

Differences ...

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

@@ -27,6 +27,7 @@
 #To statically compile in device wiring instead of /boot/device.hints
 #hints		"GENERIC.hints"		#Default places to look for devices.
 #hints		"KB920X.hints"		#Default places to look for devices.
+hints		"TSC4370.hints"
 
 #makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
 options		DDB
@@ -85,10 +86,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


More information about the p4-projects mailing list