PERFORCE change 94520 for review

Kip Macy kmacy at FreeBSD.org
Mon Apr 3 07:31:57 UTC 2006


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

Change 94520 by kmacy at kmacy_storage:sun4v_work on 2006/04/03 07:29:50

	update current options

Affected files ...

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

Differences ...

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

@@ -62,8 +62,9 @@
 
 # Debugging for use in -current
 options 	KDB			# Enable kernel debugger support.
-#options 	DDB			# Support DDB.
-options 	GDB			# Support remote GDB.
+options		KDB_TRACE
+options 	DDB			# Support DDB.
+#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
@@ -72,8 +73,10 @@
 # To make an SMP kernel, the next line is needed
 #options 	SMP			# Symmetric MultiProcessor Kernel
 
+# Standard busses
 device		pci
 
+
 # Floppy drives
 #device		fdc
 
@@ -194,7 +197,6 @@
 #device		sbp		# SCSI over FireWire (Requires scbus and da)
 #device		fwe		# Ethernet over FireWire (non-standard!)
 
-options		SIMULATOR	# compile for ISA simulator
+#options		SIMULATOR	# compile for ISA simulator
 #options		KTR
 #options		KTR_MASK=(KTR_TRAP)
-#options		DDB


More information about the p4-projects mailing list