Sun Dec 18 01:12:55 2011 UTC ()
SYMTAB_SPACE.


(kiyohara)
diff -r1.61 -r1.62 src/sys/arch/evbarm/conf/GUMSTIX

cvs diff -r1.61 -r1.62 src/sys/arch/evbarm/conf/GUMSTIX (expand / switch to unified diff)

--- src/sys/arch/evbarm/conf/GUMSTIX 2011/11/22 21:25:07 1.61
+++ src/sys/arch/evbarm/conf/GUMSTIX 2011/12/18 01:12:55 1.62
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: GUMSTIX,v 1.61 2011/11/22 21:25:07 tls Exp $ 1# $NetBSD: GUMSTIX,v 1.62 2011/12/18 01:12:55 kiyohara Exp $
2# 2#
3# GUMSTIX -- Gumstix. Inc. gumstix platforms kernel 3# GUMSTIX -- Gumstix. Inc. gumstix platforms kernel
4# 4#
5 5
6include "arch/evbarm/conf/std.gumstix" 6include "arch/evbarm/conf/std.gumstix"
7 7
8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9 9
10# estimated number of users 10# estimated number of users
11 11
12maxusers 32 12maxusers 32
13 13
14# CPU options 14# CPU options
@@ -155,27 +155,27 @@ options MIIVERBOSE # Verbose MII autoco @@ -155,27 +155,27 @@ options MIIVERBOSE # Verbose MII autoco
155# Development and Debugging options 155# Development and Debugging options
156 156
157#options PERFCTRS # performance counters 157#options PERFCTRS # performance counters
158options DIAGNOSTIC # internally consistency checks 158options DIAGNOSTIC # internally consistency checks
159options DEBUG 159options DEBUG
160#options LOCKDEBUG 160#options LOCKDEBUG
161#options PMAP_DEBUG # Enable pmap_debug_level code 161#options PMAP_DEBUG # Enable pmap_debug_level code
162#options VERBOSE_INIT_ARM # verbose bootstraping messages 162#options VERBOSE_INIT_ARM # verbose bootstraping messages
163options DDB # in-kernel debugger 163options DDB # in-kernel debugger
164#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 164#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
165#options KGDB 165#options KGDB
166#options DEBUG_KGDB 166#options DEBUG_KGDB
167makeoptions DEBUG="-g -O2" # compile full symbol table 167makeoptions DEBUG="-g -O2" # compile full symbol table
168options SYMTAB_SPACE=770000 168options SYMTAB_SPACE=780000
169#options AUDIO_DEBUG=2 169#options AUDIO_DEBUG=2
170 170
171config netbsd root on ? type ? 171config netbsd root on ? type ?
172config netbsd-sm0 root on sm0 type nfs 172config netbsd-sm0 root on sm0 type nfs
173config netbsd-smsh0 root on smsh0 type nfs 173config netbsd-smsh0 root on smsh0 type nfs
174 174
175# The main bus device 175# The main bus device
176mainbus0 at root 176mainbus0 at root
177 177
178# The boot cpu 178# The boot cpu
179cpu0 at mainbus? 179cpu0 at mainbus?
180 180
181# integrated peripherals 181# integrated peripherals