Module Name:    src
Committed By:   matt
Date:           Fri May 20 16:38:25 UTC 2011

Modified Files:
        src/sys/arch/evbmips/conf [matt-nb5-mips64]: ALCHEMY MALTA RB153

Log Message:
bump SYMTAB_SPACE


To generate a diff of this commit:
cvs rdiff -u -r1.20.8.2 -r1.20.8.3 src/sys/arch/evbmips/conf/ALCHEMY
cvs rdiff -u -r1.48.8.3 -r1.48.8.4 src/sys/arch/evbmips/conf/MALTA
cvs rdiff -u -r1.2.58.1 -r1.2.58.2 src/sys/arch/evbmips/conf/RB153

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/ALCHEMY
diff -u src/sys/arch/evbmips/conf/ALCHEMY:1.20.8.2 src/sys/arch/evbmips/conf/ALCHEMY:1.20.8.3
--- src/sys/arch/evbmips/conf/ALCHEMY:1.20.8.2	Fri Jan 29 00:16:57 2010
+++ src/sys/arch/evbmips/conf/ALCHEMY	Fri May 20 16:38:25 2011
@@ -1,11 +1,11 @@
-#	$NetBSD: ALCHEMY,v 1.20.8.2 2010/01/29 00:16:57 matt Exp $
+#	ALCHEMY,v 1.20.8.2 2010/01/29 00:16:57 matt Exp
 #
 # Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
 # DBAu1000 and DBAu1500 evaluation boards.
 
 include 	"arch/evbmips/conf/std.alchemy"
 
-#ident 		"ALCHEMY-$Revision: 1.20.8.2 $"
+#ident 		"ALCHEMY-1.20.8.2"
 
 maxusers	32
 
@@ -48,7 +48,7 @@
 options 	DDB		# kernel dynamic debugger
 options 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
 makeoptions 	DEBUG="-g"	# compile full symbol table
-options 	SYMTAB_SPACE=425000	# size for embedded symbol table
+options 	SYMTAB_SPACE=475000	# size for embedded symbol table
 
 # Compatibility options
 #options 	COMPAT_43	# compatibility with 4.3BSD binaries

Index: src/sys/arch/evbmips/conf/MALTA
diff -u src/sys/arch/evbmips/conf/MALTA:1.48.8.3 src/sys/arch/evbmips/conf/MALTA:1.48.8.4
--- src/sys/arch/evbmips/conf/MALTA:1.48.8.3	Fri Jan 29 00:16:57 2010
+++ src/sys/arch/evbmips/conf/MALTA	Fri May 20 16:38:25 2011
@@ -1,10 +1,10 @@
-#	$NetBSD: MALTA,v 1.48.8.3 2010/01/29 00:16:57 matt Exp $
+#	MALTA,v 1.48.8.3 2010/01/29 00:16:57 matt Exp
 
 include 	"arch/evbmips/conf/std.malta"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"MALTA-$Revision: 1.48.8.3 $"
+#ident 		"MALTA-1.48.8.3"
 
 maxusers	32
 
@@ -39,7 +39,7 @@
 options 	DDB		# kernel dynamic debugger
 options 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
 makeoptions 	DEBUG="-g"	# compile full symbol table
-options 	SYMTAB_SPACE=400000	# size for embedded symbol table
+options 	SYMTAB_SPACE=410000	# size for embedded symbol table
 
 # Compatibility options
 #options 	COMPAT_43	# compatibility with 4.3BSD binaries

Index: src/sys/arch/evbmips/conf/RB153
diff -u src/sys/arch/evbmips/conf/RB153:1.2.58.1 src/sys/arch/evbmips/conf/RB153:1.2.58.2
--- src/sys/arch/evbmips/conf/RB153:1.2.58.1	Fri Jan 29 00:16:58 2010
+++ src/sys/arch/evbmips/conf/RB153	Fri May 20 16:38:25 2011
@@ -1,11 +1,11 @@
-#	$NetBSD: RB153,v 1.2.58.1 2010/01/29 00:16:58 matt Exp $
-#	$Id: RB153,v 1.2.58.1 2010/01/29 00:16:58 matt Exp $
+#	RB153,v 1.2.58.1 2010/01/29 00:16:58 matt Exp
+#	RB153,v 1.2.58.1 2010/01/29 00:16:58 matt Exp
 #
 # Example kernel config for the RouterBOARD 153.
 
 include 	"arch/evbmips/conf/std.adm5120"
 
-#ident 		"GENERIC-$Revision: 1.2.58.1 $"
+#ident 		"GENERIC-1.2.58.1"
 
 maxusers	32
 
@@ -35,7 +35,7 @@
 options 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
 makeoptions 	DEBUG="-g"	# compile full symbol table
 makeoptions 	CPUFLAGS="-march=4kc"
-options 	SYMTAB_SPACE=380000	# size for embedded symbol table
+options 	SYMTAB_SPACE=410000	# size for embedded symbol table
 
 #options 	MEMORY_DISK_HOOKS
 #options 	MEMORY_DISK_IS_ROOT	# Force root on ram-disk

Reply via email to