Module Name:    src
Committed By:   matt
Date:           Mon Feb  6 17:51:05 UTC 2012

Modified Files:
        src/sys/arch/cats/conf: GENERIC

Log Message:
Increase SYMTAB_SPACE (commented out).
Add commented out VERBOSE_INIT_ARM and FCOM_INIT_ARM


To generate a diff of this commit:
cvs rdiff -u -r1.137 -r1.138 src/sys/arch/cats/conf/GENERIC

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/cats/conf/GENERIC
diff -u src/sys/arch/cats/conf/GENERIC:1.137 src/sys/arch/cats/conf/GENERIC:1.138
--- src/sys/arch/cats/conf/GENERIC:1.137	Sun Dec 18 05:49:25 2011
+++ src/sys/arch/cats/conf/GENERIC	Mon Feb  6 17:51:05 2012
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.137 2011/12/18 05:49:25 dholland Exp $
+# $NetBSD: GENERIC,v 1.138 2012/02/06 17:51:05 matt Exp $
 #
 # GENERIC machine description file
 # 
@@ -47,6 +47,8 @@ options 	NTP		# NTP phase/frequency lock
 # For StrongARM systems
 options 	CPU_SA110	# Support the SA110 core
 makeoptions	CPUFLAGS="-march=armv4 -mtune=strongarm"
+#options 	VERBOSE_INIT_ARM
+#options 	FCOM_INIT_ARM	# early console attach
 
 # FPA options
 
@@ -193,7 +195,7 @@ options 	WSDISPLAY_COMPAT_RAWKBD		# can 
 options 	DDB		# in-kernel debugger
 options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
 #makeoptions	DEBUG="-g"	# compile full symbol table
-#options		SYMTAB_SPACE=500000
+#options 	SYMTAB_SPACE=900000
 
 config		netbsd	root on ? type ?
 

Reply via email to