Module Name:    src
Committed By:   riz
Date:           Sat Oct 13 06:15:23 UTC 2012

Modified Files:
        src/sys/arch/algor/conf [netbsd-6]: P5064
        src/sys/arch/evbmips/conf [netbsd-6]: MALTA64

Log Message:
Pull up following revision(s) (requested by riz in ticket #607):
        sys/arch/evbmips/conf/MALTA64: revision 1.6
        sys/arch/algor/conf/P5064: revision 1.74
Bump SYMTAB_SPACE 475000->485000.
Bump SYMTAB_SPACE 480000->490000


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.72.2.1 src/sys/arch/algor/conf/P5064
cvs rdiff -u -r1.5 -r1.5.2.1 src/sys/arch/evbmips/conf/MALTA64

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.72 src/sys/arch/algor/conf/P5064:1.72.2.1
--- src/sys/arch/algor/conf/P5064:1.72	Sat Feb  4 19:02:25 2012
+++ src/sys/arch/algor/conf/P5064	Sat Oct 13 06:15:23 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: P5064,v 1.72 2012/02/04 19:02:25 christos Exp $
+#	$NetBSD: P5064,v 1.72.2.1 2012/10/13 06:15:23 riz Exp $
 #
 # Algorithmics P-5064 kernel.
 #
@@ -7,7 +7,7 @@ include	"arch/algor/conf/std.algor"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"P5064-$Revision: 1.72 $"
+#ident 		"P5064-$Revision: 1.72.2.1 $"
 
 maxusers 32
 
@@ -25,7 +25,7 @@ options 	DIAGNOSTIC		# Cheap kernel cons
 options 	DDB			# kernel debugger
 makeoptions	DEBUG="-g"
 #makeoptions	DEBUGLIST="pattern1 pattern2 ..."
-options 	SYMTAB_SPACE=475000
+options 	SYMTAB_SPACE=485000
 
 # File systems
 file-system	FFS		# Fast file system

Index: src/sys/arch/evbmips/conf/MALTA64
diff -u src/sys/arch/evbmips/conf/MALTA64:1.5 src/sys/arch/evbmips/conf/MALTA64:1.5.2.1
--- src/sys/arch/evbmips/conf/MALTA64:1.5	Thu Feb  9 18:58:44 2012
+++ src/sys/arch/evbmips/conf/MALTA64	Sat Oct 13 06:15:23 2012
@@ -1,4 +1,4 @@
-# $NetBSD: MALTA64,v 1.5 2012/02/09 18:58:44 matt Exp $
+# $NetBSD: MALTA64,v 1.5.2.1 2012/10/13 06:15:23 riz Exp $
 #
 include "arch/evbmips/conf/MALTA"
 
@@ -9,7 +9,7 @@ options 	NOFPU			# No FPU
 options 	EXEC_ELF64
 options 	COMPAT_NETBSD32
 no options 	SYMTAB_SPACE
-options 	SYMTAB_SPACE=480000	# size for embedded symbol table
+options 	SYMTAB_SPACE=490000	# size for embedded symbol table
 
 #options 	UVMHIST, UVMHIST_PRINT
 

Reply via email to