Tue Jun 7 15:01:44 2011 UTC ()
SYMTAB_SPACE is decimal, so fix syntax error introduced by the previous.


(he)
diff -r1.42 -r1.43 src/sys/arch/evbarm/conf/TWINTAIL

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

--- src/sys/arch/evbarm/conf/TWINTAIL 2011/06/05 16:15:24 1.42
+++ src/sys/arch/evbarm/conf/TWINTAIL 2011/06/07 15:01:43 1.43
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: TWINTAIL,v 1.42 2011/06/05 16:15:24 christos Exp $ 1# $NetBSD: TWINTAIL,v 1.43 2011/06/07 15:01:43 he 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
@@ -131,27 +131,27 @@ options SCSIVERBOSE # Verbose SCSI erro @@ -131,27 +131,27 @@ options SCSIVERBOSE # Verbose SCSI erro
131#options USERCONF # userconf(4) support 131#options USERCONF # userconf(4) support
132 132
133# Development and Debugging options 133# Development and Debugging options
134 134
135options DIAGNOSTIC # internally consistency checks 135options DIAGNOSTIC # internally consistency checks
136#options DEBUG 136#options DEBUG
137#options PMAP_DEBUG # Enable pmap_debug_level code 137#options PMAP_DEBUG # Enable pmap_debug_level code
138#options VERBOSE_INIT_ARM # verbose bootstraping messages 138#options VERBOSE_INIT_ARM # verbose bootstraping messages
139#options DDB # in-kernel debugger 139#options DDB # in-kernel debugger
140#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 140#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
141#options KGDB 141#options KGDB
142#options DEBUG_KGDB 142#options DEBUG_KGDB
143makeoptions DEBUG="-g -O2" # compile full symbol table 143makeoptions DEBUG="-g -O2" # compile full symbol table
144options SYMTAB_SPACE=5c0000 144options SYMTAB_SPACE=600000
145#options AUDIO_DEBUG=2 145#options AUDIO_DEBUG=2
146 146
147config netbsd root on ? type ? 147config netbsd root on ? type ?
148config netbsd-ne0 root on ne0 type nfs 148config netbsd-ne0 root on ne0 type nfs
149 149
150# The main bus device 150# The main bus device
151mainbus0 at root 151mainbus0 at root
152 152
153# The boot cpu 153# The boot cpu
154cpu0 at mainbus? 154cpu0 at mainbus?
155 155
156# integrated peripherals 156# integrated peripherals
157pxaip0 at mainbus? 157pxaip0 at mainbus?