Module Name:    src
Committed By:   matt
Date:           Tue Aug 11 02:36:43 UTC 2009

Modified Files:
        src/sys/arch/evbmips/conf: GDIUM

Log Message:
Enable DIAGNOSTIC
Add cpu0


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbmips/conf/GDIUM

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbmips/conf/GDIUM
diff -u src/sys/arch/evbmips/conf/GDIUM:1.4 src/sys/arch/evbmips/conf/GDIUM:1.5
--- src/sys/arch/evbmips/conf/GDIUM:1.4	Sun Aug  9 22:25:41 2009
+++ src/sys/arch/evbmips/conf/GDIUM	Tue Aug 11 02:36:43 2009
@@ -1,4 +1,4 @@
-# $NetBSD: GDIUM,v 1.4 2009/08/09 22:25:41 matt Exp $
+# $NetBSD: GDIUM,v 1.5 2009/08/11 02:36:43 matt Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GDIUM-$Revision: 1.4 $"
+#ident 		"GDIUM-$Revision: 1.5 $"
 
 maxusers	16
 
@@ -33,7 +33,7 @@
 #options 	DDB_ONPANIC=0		# don't enter debugger on panic
 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 #options 	KGDB			# remote debugger
-#options 	DIAGNOSTIC		# extra kernel debugging checks
+options 	DIAGNOSTIC		# extra kernel debugging checks
 #options 	DEBUG			# extra kernel debugging support
 makeoptions	DEBUG="-g"
 options 	KTRACE			# system call tracing support
@@ -148,12 +148,14 @@
 #options 	PCKBD_LAYOUT="(KB_US | KB_SWAPCTRLCAPS | KB_MACHDEP)"
 
 mainbus0	at root
+cpu0		at mainbus0
 bonito0		at mainbus0
 pci0		at bonito0
 #voyagerfb0	at pci0 dev ? function ?
 genfb0		at pci0 dev ? function ?
 wsdisplay0	at genfb0
 ehci*		at pci0 dev ? function ?
+#options 	EHCI_DEBUG
 ohci*		at pci0 dev ? function ?
 #options 	OHCI_DEBUG, USB_DEBUG, UHUB_DEBUG
 

Reply via email to