Wed Aug 3 22:19:31 2011 UTC ()
Bump SYMTAB_SPACE so that the contents fits again.


(he)
diff -r1.48 -r1.49 src/sys/arch/evbppc/conf/EV64260

cvs diff -r1.48 -r1.49 src/sys/arch/evbppc/conf/EV64260 (expand / switch to unified diff)

--- src/sys/arch/evbppc/conf/EV64260 2011/06/30 20:09:29 1.48
+++ src/sys/arch/evbppc/conf/EV64260 2011/08/03 22:19:31 1.49
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: EV64260,v 1.48 2011/06/30 20:09:29 wiz Exp $ 1# $NetBSD: EV64260,v 1.49 2011/08/03 22:19:31 he Exp $
2# 2#
3# MVP -- Motorola's Multiprocessing Verification Platform 3# MVP -- Motorola's Multiprocessing Verification Platform
4# 4#
5include "arch/evbppc/conf/std.ev64260" 5include "arch/evbppc/conf/std.ev64260"
6 6
7#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 7#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
8 8
9#ident "EV64260" 9#ident "EV64260"
10 10
11maxusers 32 11maxusers 32
12 12
13#options UVMHIST 13#options UVMHIST
14#options UVMHIST_PRINT 14#options UVMHIST_PRINT
@@ -47,27 +47,27 @@ options KTRACE # system call tracing v @@ -47,27 +47,27 @@ options KTRACE # system call tracing v
47options SYSVMSG # System V message queues 47options SYSVMSG # System V message queues
48options SYSVSEM # System V semaphores 48options SYSVSEM # System V semaphores
49options SYSVSHM # System V shared memory 49options SYSVSHM # System V shared memory
50 50
51#options USERCONF # userconf(4) support 51#options USERCONF # userconf(4) support
52#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 52#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
53#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 53#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
54 54
55# Diagnostic/debugging support options 55# Diagnostic/debugging support options
56options DIAGNOSTIC # cheap kernel consistency checks 56options DIAGNOSTIC # cheap kernel consistency checks
57#options DEBUG # expensive debugging checks/support 57#options DEBUG # expensive debugging checks/support
58options DDB # in-kernel debugger 58options DDB # in-kernel debugger
59options DDB_HISTORY_SIZE=512 # enable history editing in DDB 59options DDB_HISTORY_SIZE=512 # enable history editing in DDB
60options SYMTAB_SPACE=320000 # size for embedded symbol table 60options SYMTAB_SPACE=330000 # size for embedded symbol table
61 61
62#makeoptions DEFCOPTS="-g" # compile full symbol table 62#makeoptions DEFCOPTS="-g" # compile full symbol table
63makeoptions DEBUG="-g" 63makeoptions DEBUG="-g"
64 64
65# Compatibility options 65# Compatibility options
66#options COMPAT_09 # NetBSD 0.9, 66#options COMPAT_09 # NetBSD 0.9,
67#options COMPAT_10 # NetBSD 1.0, 67#options COMPAT_10 # NetBSD 1.0,
68#options COMPAT_11 # NetBSD 1.1, 68#options COMPAT_11 # NetBSD 1.1,
69#options COMPAT_12 # NetBSD 1.2, 69#options COMPAT_12 # NetBSD 1.2,
70#options COMPAT_13 # NetBSD 1.3, 70#options COMPAT_13 # NetBSD 1.3,
71#options COMPAT_14 # NetBSD 1.4, 71#options COMPAT_14 # NetBSD 1.4,
72#options COMPAT_15 # NetBSD 1.5, 72#options COMPAT_15 # NetBSD 1.5,
73options COMPAT_16 # NetBSD 1.6, 73options COMPAT_16 # NetBSD 1.6,