Module Name:    src
Committed By:   uebayasi
Date:           Thu Dec 16 12:49:20 UTC 2010

Modified Files:
        src/sys/arch/evbarm/conf: NAPPI

Log Message:
Bump SYMTAB_SPACE.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/evbarm/conf/NAPPI

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/evbarm/conf/NAPPI
diff -u src/sys/arch/evbarm/conf/NAPPI:1.36 src/sys/arch/evbarm/conf/NAPPI:1.37
--- src/sys/arch/evbarm/conf/NAPPI:1.36	Tue Nov 23 11:13:56 2010
+++ src/sys/arch/evbarm/conf/NAPPI	Thu Dec 16 12:49:19 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: NAPPI,v 1.36 2010/11/23 11:13:56 hannken Exp $
+#	$NetBSD: NAPPI,v 1.37 2010/12/16 12:49:19 uebayasi Exp $
 #
 #	NAPPI -- Netwise APlication Platform Board Kernel
 #
@@ -120,14 +120,14 @@
 
 # Development and Debugging options
 
-options 	DIAGNOSTIC	# internally consistency checks
-options 	DEBUG
+#options 	DIAGNOSTIC	# internally consistency checks
+#options 	DEBUG
 options 	PMAP_DEBUG	# Enable pmap_debug_level code
 options 	VERBOSE_INIT_ARM # verbose bootstraping messages
 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=285000
+options 	SYMTAB_SPACE=290000
 
 config		netbsd		root on ? type ?
 

Reply via email to