Module Name:    src
Committed By:   jakllsch
Date:           Mon Mar  7 15:56:26 UTC 2011

Modified Files:
        src/sys/arch/algor/conf: P5064
        src/sys/arch/iyonix/conf: GENERIC
        src/sys/arch/netwinder/conf: GENERIC

Log Message:
Bump SYMTAB_SPACE.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/sys/arch/algor/conf/P5064
cvs rdiff -u -r1.62 -r1.63 src/sys/arch/iyonix/conf/GENERIC
cvs rdiff -u -r1.103 -r1.104 src/sys/arch/netwinder/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/algor/conf/P5064
diff -u src/sys/arch/algor/conf/P5064:1.62 src/sys/arch/algor/conf/P5064:1.63
--- src/sys/arch/algor/conf/P5064:1.62	Sun Feb 20 07:51:21 2011
+++ src/sys/arch/algor/conf/P5064	Mon Mar  7 15:56:26 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: P5064,v 1.62 2011/02/20 07:51:21 matt Exp $
+#	$NetBSD: P5064,v 1.63 2011/03/07 15:56:26 jakllsch Exp $
 #
 # Algorithmics P-5064 kernel.
 #
@@ -7,7 +7,7 @@
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"P5064-$Revision: 1.62 $"
+#ident 		"P5064-$Revision: 1.63 $"
 
 maxusers 32
 
@@ -25,7 +25,7 @@
 options 	DDB			# kernel debugger
 makeoptions	DEBUG="-g"
 #makeoptions	DEBUGLIST="pattern1 pattern2 ..."
-options 	SYMTAB_SPACE=450000
+options 	SYMTAB_SPACE=460000
 
 # File systems
 file-system	FFS		# Fast file system

Index: src/sys/arch/iyonix/conf/GENERIC
diff -u src/sys/arch/iyonix/conf/GENERIC:1.62 src/sys/arch/iyonix/conf/GENERIC:1.63
--- src/sys/arch/iyonix/conf/GENERIC:1.62	Sun Mar  6 17:08:26 2011
+++ src/sys/arch/iyonix/conf/GENERIC	Mon Mar  7 15:56:26 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC,v 1.62 2011/03/06 17:08:26 bouyer Exp $
+#	$NetBSD: GENERIC,v 1.63 2011/03/07 15:56:26 jakllsch Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.62 $"
+#ident 		"GENERIC-$Revision: 1.63 $"
 
 maxusers	32		# estimated number of users
 
@@ -87,7 +87,7 @@
 #options 	KGDB		# remote debugger
 #options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
 makeoptions	DEBUG="-g"	# compile full symbol table
-options 	SYMTAB_SPACE=400000
+options 	SYMTAB_SPACE=580000
 options 	PERFCTRS	# performance counters
 #options 	PMAP_DEBUG	# Enable pmap_debug_level code
 #options 	VERBOSE_INIT_ARM # verbose bootstraping messages

Index: src/sys/arch/netwinder/conf/GENERIC
diff -u src/sys/arch/netwinder/conf/GENERIC:1.103 src/sys/arch/netwinder/conf/GENERIC:1.104
--- src/sys/arch/netwinder/conf/GENERIC:1.103	Sun Mar  6 17:08:28 2011
+++ src/sys/arch/netwinder/conf/GENERIC	Mon Mar  7 15:56:26 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.103 2011/03/06 17:08:28 bouyer Exp $
+# $NetBSD: GENERIC,v 1.104 2011/03/07 15:56:26 jakllsch Exp $
 #
 # GENERIC machine description file
 # 
@@ -172,7 +172,7 @@
 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=480000
+options 	SYMTAB_SPACE=590000
 
 config		netbsd	root on ? type ?
 

Reply via email to