Thu Oct 28 03:30:22 2010 UTC ()
Bump SYMTAB_SPACE.


(briggs)
diff -r1.36 -r1.37 src/sys/arch/evbarm/conf/TWINTAIL

cvs diff -r1.36 -r1.37 src/sys/arch/evbarm/conf/TWINTAIL (expand / switch to unified diff)

--- src/sys/arch/evbarm/conf/TWINTAIL 2010/05/08 22:16:26 1.36
+++ src/sys/arch/evbarm/conf/TWINTAIL 2010/10/28 03:30:22 1.37
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: TWINTAIL,v 1.36 2010/05/08 22:16:26 mrg Exp $ 1# $NetBSD: TWINTAIL,v 1.37 2010/10/28 03:30:22 briggs Exp $
2# 2#
3# TWINTAIL -- Genetec corp. G4255EB-X002 Evaluation Board Kernel 3# TWINTAIL -- Genetec corp. G4255EB-X002 Evaluation Board Kernel
4# 4#
5 5
6include "arch/evbarm/conf/std.g42xxeb" 6include "arch/evbarm/conf/std.g42xxeb"
7 7
8# estimated number of users 8# estimated number of users
9 9
10maxusers 32 10maxusers 32
11 11
12options VERBOSE_ARM32 12options VERBOSE_ARM32
13#options INTR_DEBUG 13#options INTR_DEBUG
14#options BOOTHOWTO=RB_SINGLE 14#options BOOTHOWTO=RB_SINGLE
@@ -130,27 +130,27 @@ options SCSIVERBOSE # Verbose SCSI erro @@ -130,27 +130,27 @@ options SCSIVERBOSE # Verbose SCSI erro
130#options USERCONF # userconf(4) support 130#options USERCONF # userconf(4) support
131 131
132# Development and Debugging options 132# Development and Debugging options
133 133
134options DIAGNOSTIC # internally consistency checks 134options DIAGNOSTIC # internally consistency checks
135#options DEBUG 135#options DEBUG
136#options PMAP_DEBUG # Enable pmap_debug_level code 136#options PMAP_DEBUG # Enable pmap_debug_level code
137#options VERBOSE_INIT_ARM # verbose bootstraping messages 137#options VERBOSE_INIT_ARM # verbose bootstraping messages
138#options DDB # in-kernel debugger 138#options DDB # in-kernel debugger
139#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 139#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
140#options KGDB 140#options KGDB
141#options DEBUG_KGDB 141#options DEBUG_KGDB
142makeoptions DEBUG="-g -O2" # compile full symbol table 142makeoptions DEBUG="-g -O2" # compile full symbol table
143options SYMTAB_SPACE=350000 143options SYMTAB_SPACE=370000
144#options AUDIO_DEBUG=2 144#options AUDIO_DEBUG=2
145 145
146config netbsd root on ? type ? 146config netbsd root on ? type ?
147config netbsd-ne0 root on ne0 type nfs 147config netbsd-ne0 root on ne0 type nfs
148 148
149# The main bus device 149# The main bus device
150mainbus0 at root 150mainbus0 at root
151 151
152# The boot cpu 152# The boot cpu
153cpu0 at mainbus? 153cpu0 at mainbus?
154 154
155# integrated peripherals 155# integrated peripherals
156pxaip0 at mainbus? 156pxaip0 at mainbus?