Mon Aug 12 21:15:56 2013 UTC ()
bump SYMTAB_SPACE


(matt)
diff -r1.58 -r1.59 src/sys/arch/evbarm/conf/TWINTAIL
diff -r1.80 -r1.81 src/sys/arch/iyonix/conf/GENERIC

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

--- src/sys/arch/evbarm/conf/TWINTAIL 2013/06/30 21:38:56 1.58
+++ src/sys/arch/evbarm/conf/TWINTAIL 2013/08/12 21:15:56 1.59
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: TWINTAIL,v 1.58 2013/06/30 21:38:56 rmind Exp $ 1# $NetBSD: TWINTAIL,v 1.59 2013/08/12 21:15:56 matt 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
@@ -123,27 +123,27 @@ options SCSIVERBOSE # Verbose SCSI erro @@ -123,27 +123,27 @@ options SCSIVERBOSE # Verbose SCSI erro
123 123
124# Development and Debugging options 124# Development and Debugging options
125 125
126options DIAGNOSTIC # internally consistency checks 126options DIAGNOSTIC # internally consistency checks
127#options DEBUG 127#options DEBUG
128#options PMAP_DEBUG # Enable pmap_debug_level code 128#options PMAP_DEBUG # Enable pmap_debug_level code
129#options VERBOSE_INIT_ARM # verbose bootstraping messages 129#options VERBOSE_INIT_ARM # verbose bootstraping messages
130#options DDB # in-kernel debugger 130#options DDB # in-kernel debugger
131#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 131#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
132#options KGDB 132#options KGDB
133#options DEBUG_KGDB 133#options DEBUG_KGDB
134makeoptions DEBUG="-g" # compile full symbol table 134makeoptions DEBUG="-g" # compile full symbol table
135#makeoptions COPTS="-O2" 135#makeoptions COPTS="-O2"
136options SYMTAB_SPACE=620000 136options SYMTAB_SPACE=640000
137#options AUDIO_DEBUG=2 137#options AUDIO_DEBUG=2
138 138
139config netbsd root on ? type ? 139config netbsd root on ? type ?
140config netbsd-ne0 root on ne0 type nfs 140config netbsd-ne0 root on ne0 type nfs
141 141
142# The main bus device 142# The main bus device
143mainbus0 at root 143mainbus0 at root
144 144
145# The boot cpu 145# The boot cpu
146cpu0 at mainbus? 146cpu0 at mainbus?
147 147
148# integrated peripherals 148# integrated peripherals
149pxaip0 at mainbus? 149pxaip0 at mainbus?

cvs diff -r1.80 -r1.81 src/sys/arch/iyonix/conf/GENERIC (expand / switch to unified diff)

--- src/sys/arch/iyonix/conf/GENERIC 2013/06/30 21:38:57 1.80
+++ src/sys/arch/iyonix/conf/GENERIC 2013/08/12 21:15:56 1.81
@@ -1,38 +1,38 @@ @@ -1,38 +1,38 @@
1# $NetBSD: GENERIC,v 1.80 2013/06/30 21:38:57 rmind Exp $ 1# $NetBSD: GENERIC,v 1.81 2013/08/12 21:15:56 matt Exp $
2# 2#
3# GENERIC machine description file 3# GENERIC machine description file
4# 4#
5# This machine description file is used to generate the default NetBSD 5# This machine description file is used to generate the default NetBSD
6# kernel. The generic kernel does not include all options, subsystems 6# kernel. The generic kernel does not include all options, subsystems
7# and device drivers, but should be useful for most applications. 7# and device drivers, but should be useful for most applications.
8# 8#
9# The machine description file can be customised for your specific 9# The machine description file can be customised for your specific
10# machine to reduce the kernel size and improve its performance. 10# machine to reduce the kernel size and improve its performance.
11# 11#
12# For further information on compiling NetBSD kernels, see the config(8) 12# For further information on compiling NetBSD kernels, see the config(8)
13# man page. 13# man page.
14# 14#
15# For further information on hardware support for this architecture, see 15# For further information on hardware support for this architecture, see
16# the intro(4) man page. For further information about kernel options 16# the intro(4) man page. For further information about kernel options
17# for this architecture, see the options(4) man page. For an explanation 17# for this architecture, see the options(4) man page. For an explanation
18# of each device driver in this file see the section 4 man page for the 18# of each device driver in this file see the section 4 man page for the
19# device. 19# device.
20 20
21include "arch/iyonix/conf/std.iyonix" 21include "arch/iyonix/conf/std.iyonix"
22 22
23options INCLUDE_CONFIG_FILE # embed config file in kernel binary 23options INCLUDE_CONFIG_FILE # embed config file in kernel binary
24 24
25#ident "GENERIC-$Revision: 1.80 $" 25#ident "GENERIC-$Revision: 1.81 $"
26 26
27maxusers 32 # estimated number of users 27maxusers 32 # estimated number of users
28 28
29options MSGBUFSIZE=65536 29options MSGBUFSIZE=65536
30 30
31# CPU options 31# CPU options
32 32
33# For XScale systems 33# For XScale systems
34options CPU_XSCALE_80321 # Support the XScale core 34options CPU_XSCALE_80321 # Support the XScale core
35makeoptions CPUFLAGS="-mcpu=xscale" 35makeoptions CPUFLAGS="-mcpu=xscale"
36 36
37# Architecture options 37# Architecture options
38options XSCALE_CACHE_READ_WRITE_ALLOCATE 38options XSCALE_CACHE_READ_WRITE_ALLOCATE
@@ -76,27 +76,27 @@ options USERCONF # userconf(4) support @@ -76,27 +76,27 @@ options USERCONF # userconf(4) support
76#options BUFQ_PRIOCSCAN 76#options BUFQ_PRIOCSCAN
77 77
78# Diagnostic/debugging support options 78# Diagnostic/debugging support options
79#options DIAGNOSTIC # expensive kernel consistency checks 79#options DIAGNOSTIC # expensive kernel consistency checks
80#options DEBUG # expensive debugging checks/support 80#options DEBUG # expensive debugging checks/support
81#options KMEMSTATS # kernel memory statistics (vmstat -m) 81#options KMEMSTATS # kernel memory statistics (vmstat -m)
82options DDB # in-kernel debugger 82options DDB # in-kernel debugger
83#options DDB_ONPANIC=1 # see also sysctl(8): `ddb.onpanic' 83#options DDB_ONPANIC=1 # see also sysctl(8): `ddb.onpanic'
84options DDB_HISTORY_SIZE=512 # enable history editing in DDB 84options DDB_HISTORY_SIZE=512 # enable history editing in DDB
85#options DDB_KEYCODE=0x40 85#options DDB_KEYCODE=0x40
86#options KGDB # remote debugger 86#options KGDB # remote debugger
87#options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600 87#options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
88makeoptions DEBUG="-g" # compile full symbol table 88makeoptions DEBUG="-g" # compile full symbol table
89options SYMTAB_SPACE=610000 89options SYMTAB_SPACE=630000
90options PERFCTRS # performance counters 90options PERFCTRS # performance counters
91#options PMAP_DEBUG # Enable pmap_debug_level code 91#options PMAP_DEBUG # Enable pmap_debug_level code
92#options VERBOSE_INIT_ARM # verbose bootstraping messages 92#options VERBOSE_INIT_ARM # verbose bootstraping messages
93 93
94#options PMAP_INCLUDE_PTE_SYNC 94#options PMAP_INCLUDE_PTE_SYNC
95#options LOCKDEBUG 95#options LOCKDEBUG
96 96
97 97
98# Compatibility options 98# Compatibility options
99#options COMPAT_09 # NetBSD 0.9 99#options COMPAT_09 # NetBSD 0.9
100#options COMPAT_10 # NetBSD 1.0 100#options COMPAT_10 # NetBSD 1.0
101#options COMPAT_11 # NetBSD 1.1 101#options COMPAT_11 # NetBSD 1.1
102#options COMPAT_12 # NetBSD 1.2 102#options COMPAT_12 # NetBSD 1.2