PERFORCE change 93958 for review

Kip Macy kmacy at FreeBSD.org
Sat Mar 25 04:19:12 UTC 2006


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

Change 93958 by kmacy at kmacy_storage:sun4vtmp on 2006/03/25 04:18:42

	disable ofw_console and add hvcons.c
	disable WITNESS

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/conf/files.sun4v#9 edit
.. //depot/projects/kmacy_sun4v/src/sys/sun4v/conf/GENERIC#5 edit

Differences ...

==== //depot/projects/kmacy_sun4v/src/sys/conf/files.sun4v#9 (text+ko) ====

@@ -51,6 +51,8 @@
 sun4v/sun4v/eeprom.c	optional	eeprom ebus | eeprom fhc | \
 						eeprom sbus
 sun4v/sun4v/gdb_machdep.c	optional	gdb
+# XXX hvcons should be optional
+sun4v/sun4v/hvcons.c	standard	
 sun4v/sun4v/hcall.S	standard
 sun4v/sun4v/identcpu.c	standard
 sun4v/sun4v/in_cksum.c	optional	inet
@@ -80,3 +82,4 @@
 sun4v/sun4v/trap.c		standard
 sun4v/sun4v/uio_machdep.c	standard
 sun4v/sun4v/vm_machdep.c	standard
+sun4v/sun4v/vnex.c		standard

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

@@ -65,8 +65,8 @@
 options 	GDB			# Support remote GDB.
 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 	WITNESS			# Enable checks to detect deadlocks and cycles
+#options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
 
 # To make an SMP kernel, the next line is needed
 #options 	SMP			# Symmetric MultiProcessor Kernel
@@ -111,7 +111,7 @@
 #device		splash		# Splash screen and screen saver support
 #options 	KBD_INSTALL_CDEV # install a CDEV entry in /dev
 
-device		ofw_console	# Open Firmware console device
+#device		ofw_console	# Open Firmware console device
 
 # Builtin hardware
 #device		auxio		# auxiliary I/O device
@@ -192,3 +192,6 @@
 #device		fwe		# Ethernet over FireWire (non-standard!)
 
 options		SIMULATOR	# compile for ISA simulator
+#options		KTR
+#options		KTR_MASK=(KTR_TRAP)
+#options		DDB


More information about the p4-projects mailing list