Module Name: src
Committed By: tsutsui
Date: Tue Sep 22 14:49:46 UTC 2009
Modified Files:
src/sys/arch/acorn32/conf: EB7500ATX
Log Message:
Bump SYMTAB_SPACE.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/acorn32/conf/EB7500ATX
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/acorn32/conf/EB7500ATX
diff -u src/sys/arch/acorn32/conf/EB7500ATX:1.37 src/sys/arch/acorn32/conf/EB7500ATX:1.38
--- src/sys/arch/acorn32/conf/EB7500ATX:1.37 Sun Apr 19 03:07:04 2009
+++ src/sys/arch/acorn32/conf/EB7500ATX Tue Sep 22 14:49:46 2009
@@ -1,4 +1,4 @@
-# $NetBSD: EB7500ATX,v 1.37 2009/04/19 03:07:04 tsutsui Exp $
+# $NetBSD: EB7500ATX,v 1.38 2009/09/22 14:49:46 tsutsui Exp $
#
# EB7500ATX --- NetBSD/acorn32 complete configuration
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "EB7500ATX-$Revision: 1.37 $"
+#ident "EB7500ATX-$Revision: 1.38 $"
# estimated number of users
maxusers 32
@@ -143,7 +143,7 @@
options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
-options SYMTAB_SPACE=250000
+options SYMTAB_SPACE=262144
# Enable experimental buffer queue strategy for better responsiveness under
# high disk I/O load. Use it with caution - it's not proven to be stable yet.