Module Name: src
Committed By: dyoung
Date: Tue May 17 22:19:38 UTC 2011
Modified Files:
src/sys/arch/algor/conf: P6032
src/sys/arch/evbarm/conf: NSLU2
src/sys/arch/evbmips/conf: AP30 MERAKI RB153 WGT624V3
Log Message:
Increase SYMTAB_SPACE to fix compilation of these kernels.
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/sys/arch/algor/conf/P6032
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/evbarm/conf/NSLU2
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/evbmips/conf/AP30
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/evbmips/conf/MERAKI
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/evbmips/conf/RB153
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/evbmips/conf/WGT624V3
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/P6032
diff -u src/sys/arch/algor/conf/P6032:1.56 src/sys/arch/algor/conf/P6032:1.57
--- src/sys/arch/algor/conf/P6032:1.56 Thu Apr 7 04:02:29 2011
+++ src/sys/arch/algor/conf/P6032 Tue May 17 22:19:37 2011
@@ -1,4 +1,4 @@
-# $NetBSD: P6032,v 1.56 2011/04/07 04:02:29 dyoung Exp $
+# $NetBSD: P6032,v 1.57 2011/05/17 22:19:37 dyoung Exp $
#
# Algorithmics P-6032 kernel.
#
@@ -7,7 +7,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "P6032-$Revision: 1.56 $"
+#ident "P6032-$Revision: 1.57 $"
maxusers 32
@@ -25,7 +25,7 @@
options DDB # kernel debugger
makeoptions DEBUG="-g"
#makeoptions DEBUGLIST="pattern1 pattern2 ..."
-options SYMTAB_SPACE=380000
+options SYMTAB_SPACE=420000
# File systems
file-system FFS # Fast file system
Index: src/sys/arch/evbarm/conf/NSLU2
diff -u src/sys/arch/evbarm/conf/NSLU2:1.18 src/sys/arch/evbarm/conf/NSLU2:1.19
--- src/sys/arch/evbarm/conf/NSLU2:1.18 Sun Mar 6 17:08:22 2011
+++ src/sys/arch/evbarm/conf/NSLU2 Tue May 17 22:19:37 2011
@@ -1,4 +1,4 @@
-# $NetBSD: NSLU2,v 1.18 2011/03/06 17:08:22 bouyer Exp $
+# $NetBSD: NSLU2,v 1.19 2011/05/17 22:19:37 dyoung Exp $
#
# Linksys NSLU2 "Slug" NAS Device
#
@@ -139,7 +139,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=310000
+options SYMTAB_SPACE=340000
config netbsd root on ? type ?
Index: src/sys/arch/evbmips/conf/AP30
diff -u src/sys/arch/evbmips/conf/AP30:1.18 src/sys/arch/evbmips/conf/AP30:1.19
--- src/sys/arch/evbmips/conf/AP30:1.18 Sun Mar 6 17:08:23 2011
+++ src/sys/arch/evbmips/conf/AP30 Tue May 17 22:19:38 2011
@@ -1,10 +1,10 @@
-# $NetBSD: AP30,v 1.18 2011/03/06 17:08:23 bouyer Exp $
+# $NetBSD: AP30,v 1.19 2011/05/17 22:19:38 dyoung Exp $
include "arch/evbmips/conf/std.atheros"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "AP30-$Revision: 1.18 $"
+#ident "AP30-$Revision: 1.19 $"
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=150000 # size for embedded symbol table
+options SYMTAB_SPACE=350000 # size for embedded symbol table
# Compatibility options
#options COMPAT_43 # compatibility with 4.3BSD binaries
Index: src/sys/arch/evbmips/conf/MERAKI
diff -u src/sys/arch/evbmips/conf/MERAKI:1.14 src/sys/arch/evbmips/conf/MERAKI:1.15
--- src/sys/arch/evbmips/conf/MERAKI:1.14 Sun Mar 6 17:08:23 2011
+++ src/sys/arch/evbmips/conf/MERAKI Tue May 17 22:19:38 2011
@@ -1,10 +1,10 @@
-# $NetBSD: MERAKI,v 1.14 2011/03/06 17:08:23 bouyer Exp $
+# $NetBSD: MERAKI,v 1.15 2011/05/17 22:19:38 dyoung Exp $
include "arch/evbmips/conf/std.meraki"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "MERAKI-$Revision: 1.14 $"
+#ident "MERAKI-$Revision: 1.15 $"
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=300000 # size for embedded symbol table
+options SYMTAB_SPACE=360000 # 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.6 src/sys/arch/evbmips/conf/RB153:1.7
--- src/sys/arch/evbmips/conf/RB153:1.6 Sun Mar 6 17:08:23 2011
+++ src/sys/arch/evbmips/conf/RB153 Tue May 17 22:19:38 2011
@@ -1,10 +1,10 @@
-# $NetBSD: RB153,v 1.6 2011/03/06 17:08:23 bouyer Exp $
+# $NetBSD: RB153,v 1.7 2011/05/17 22:19:38 dyoung Exp $
#
# Example kernel config for the RouterBOARD 153.
include "arch/evbmips/conf/std.adm5120"
-#ident "RB153-$Revision: 1.6 $"
+#ident "RB153-$Revision: 1.7 $"
maxusers 32
@@ -34,7 +34,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=440000 # size for embedded symbol table
#options MEMORY_DISK_HOOKS
#options MEMORY_DISK_IS_ROOT # Force root on ram-disk
Index: src/sys/arch/evbmips/conf/WGT624V3
diff -u src/sys/arch/evbmips/conf/WGT624V3:1.11 src/sys/arch/evbmips/conf/WGT624V3:1.12
--- src/sys/arch/evbmips/conf/WGT624V3:1.11 Sun Mar 6 17:08:23 2011
+++ src/sys/arch/evbmips/conf/WGT624V3 Tue May 17 22:19:38 2011
@@ -1,10 +1,10 @@
-# $NetBSD: WGT624V3,v 1.11 2011/03/06 17:08:23 bouyer Exp $
+# $NetBSD: WGT624V3,v 1.12 2011/05/17 22:19:38 dyoung Exp $
include "arch/evbmips/conf/std.atheros"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "WGT624V3-$Revision: 1.11 $"
+#ident "WGT624V3-$Revision: 1.12 $"
maxusers 32
@@ -46,7 +46,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=300000 # size for embedded symbol table
+options SYMTAB_SPACE=360000 # size for embedded symbol table
# Compatibility options
#options COMPAT_43 # compatibility with 4.3BSD binaries