Module Name: src
Committed By: dyoung
Date: Fri Jul 1 22:10:31 UTC 2011
Modified Files:
src/sys/arch/algor/conf: P5064
src/sys/arch/evbmips/conf: ALCHEMY XLSATX
Log Message:
Increase SYMTAB_SPACE.
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/sys/arch/algor/conf/P5064
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/evbmips/conf/ALCHEMY
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbmips/conf/XLSATX
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.65 src/sys/arch/algor/conf/P5064:1.66
--- src/sys/arch/algor/conf/P5064:1.65 Thu Jun 30 20:09:17 2011
+++ src/sys/arch/algor/conf/P5064 Fri Jul 1 22:10:31 2011
@@ -1,4 +1,4 @@
-# $NetBSD: P5064,v 1.65 2011/06/30 20:09:17 wiz Exp $
+# $NetBSD: P5064,v 1.66 2011/07/01 22:10:31 dyoung Exp $
#
# Algorithmics P-5064 kernel.
#
@@ -7,7 +7,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "P5064-$Revision: 1.65 $"
+#ident "P5064-$Revision: 1.66 $"
maxusers 32
@@ -25,7 +25,7 @@
options DDB # kernel debugger
makeoptions DEBUG="-g"
#makeoptions DEBUGLIST="pattern1 pattern2 ..."
-options SYMTAB_SPACE=461000
+options SYMTAB_SPACE=462000
# File systems
file-system FFS # Fast file system
Index: src/sys/arch/evbmips/conf/ALCHEMY
diff -u src/sys/arch/evbmips/conf/ALCHEMY:1.35 src/sys/arch/evbmips/conf/ALCHEMY:1.36
--- src/sys/arch/evbmips/conf/ALCHEMY:1.35 Thu Jun 30 20:09:29 2011
+++ src/sys/arch/evbmips/conf/ALCHEMY Fri Jul 1 22:10:31 2011
@@ -1,11 +1,11 @@
-# $NetBSD: ALCHEMY,v 1.35 2011/06/30 20:09:29 wiz Exp $
+# $NetBSD: ALCHEMY,v 1.36 2011/07/01 22:10:31 dyoung 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.35 $"
+#ident "ALCHEMY-$Revision: 1.36 $"
maxusers 32
@@ -45,7 +45,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=480000 # size for embedded symbol table
+options SYMTAB_SPACE=481000 # size for embedded symbol table
# Compatibility options
#options COMPAT_43 # compatibility with 4.3BSD binaries
Index: src/sys/arch/evbmips/conf/XLSATX
diff -u src/sys/arch/evbmips/conf/XLSATX:1.5 src/sys/arch/evbmips/conf/XLSATX:1.6
--- src/sys/arch/evbmips/conf/XLSATX:1.5 Thu Jun 30 20:09:29 2011
+++ src/sys/arch/evbmips/conf/XLSATX Fri Jul 1 22:10:31 2011
@@ -1,8 +1,8 @@
-# $NetBSD: XLSATX,v 1.5 2011/06/30 20:09:29 wiz Exp $
+# $NetBSD: XLSATX,v 1.6 2011/07/01 22:10:31 dyoung Exp $
include "arch/evbmips/conf/std.rmixl"
-#ident "XLSATX-$Revision: 1.5 $"
+#ident "XLSATX-$Revision: 1.6 $"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
@@ -41,7 +41,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=500000 # size for embedded symbol table
+options SYMTAB_SPACE=503000 # size for embedded symbol table
#options DDB_COMMANDONENTER="trace;show registers"
options DB_MAX_LINE=-1