Thu Jul 28 02:02:23 2011 UTC ()
Bump SYMTAB_SPACE.


(uebayasi)
diff -r1.21 -r1.22 src/sys/arch/evbarm/conf/BEAGLEBOARD

cvs diff -r1.21 -r1.22 src/sys/arch/evbarm/conf/Attic/BEAGLEBOARD (expand / switch to unified diff)

--- src/sys/arch/evbarm/conf/Attic/BEAGLEBOARD 2011/06/30 20:09:23 1.21
+++ src/sys/arch/evbarm/conf/Attic/BEAGLEBOARD 2011/07/28 02:02:23 1.22
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# 1#
2# $NetBSD: BEAGLEBOARD,v 1.21 2011/06/30 20:09:23 wiz Exp $ 2# $NetBSD: BEAGLEBOARD,v 1.22 2011/07/28 02:02:23 uebayasi Exp $
3# 3#
4# BEAGLEBOARD -- TI OMAP 3530 Eval Board Kernel 4# BEAGLEBOARD -- TI OMAP 3530 Eval Board Kernel
5# 5#
6 6
7include "arch/evbarm/conf/std.beagle" 7include "arch/evbarm/conf/std.beagle"
8 8
9# estimated number of users 9# estimated number of users
10 10
11maxusers 32 11maxusers 32
12 12
13# Standard system options 13# Standard system options
14 14
15options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 15options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
@@ -132,27 +132,27 @@ options KTRACE # system call tracing,  @@ -132,27 +132,27 @@ options KTRACE # system call tracing,
132# Development and Debugging options 132# Development and Debugging options
133 133
134#options PERFCTRS # performance counters 134#options PERFCTRS # performance counters
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 IPKDB # remote kernel debugging 138#options IPKDB # remote kernel debugging
139#options VERBOSE_INIT_ARM # verbose bootstraping messages 139#options VERBOSE_INIT_ARM # verbose bootstraping messages
140options DDB # in-kernel debugger 140options DDB # in-kernel debugger
141options DDB_ONPANIC=1 141options DDB_ONPANIC=1
142options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 142options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
143#options KGDB 143#options KGDB
144makeoptions DEBUG="-g" # compile full symbol table 144makeoptions DEBUG="-g" # compile full symbol table
145options SYMTAB_SPACE=300000 145options SYMTAB_SPACE=310000
146 146
147## USB Debugging options 147## USB Debugging options
148options USB_DEBUG 148options USB_DEBUG
149options EHCI_DEBUG 149options EHCI_DEBUG
150options OHCI_DEBUG 150options OHCI_DEBUG
151options UHUB_DEBUG 151options UHUB_DEBUG
152 152
153 153
154# Valid options for BOOT_ARGS: 154# Valid options for BOOT_ARGS:
155# single Boot to single user only 155# single Boot to single user only
156# kdb Give control to kernel debugger 156# kdb Give control to kernel debugger
157# ask Ask for file name to reboot from 157# ask Ask for file name to reboot from
158# pmapdebug=<n> If PMAP_DEBUG, set pmap_debug_level to <n> 158# pmapdebug=<n> If PMAP_DEBUG, set pmap_debug_level to <n>