Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf Bump SYMTAB_SPACE.
details: https://anonhg.NetBSD.org/src/rev/6272b055f0ae
branches: trunk
changeset: 762933:6272b055f0ae
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Sun Mar 06 02:18:36 2011 +0000
description:
Bump SYMTAB_SPACE.
diffstat:
sys/arch/evbarm/conf/HDL_G | 4 ++--
sys/arch/evbarm/conf/INTEGRATOR | 4 ++--
sys/arch/evbarm/conf/IQ80310 | 4 ++--
sys/arch/evbarm/conf/IQ80321 | 4 ++--
sys/arch/evbarm/conf/IXM1200 | 4 ++--
sys/arch/evbarm/conf/TISDP2420 | 4 ++--
6 files changed, 12 insertions(+), 12 deletions(-)
diffs (109 lines):
diff -r a75ea51d4c68 -r 6272b055f0ae sys/arch/evbarm/conf/HDL_G
--- a/sys/arch/evbarm/conf/HDL_G Sun Mar 06 00:59:18 2011 +0000
+++ b/sys/arch/evbarm/conf/HDL_G Sun Mar 06 02:18:36 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: HDL_G,v 1.20 2010/11/23 11:13:56 hannken Exp $
+# $NetBSD: HDL_G,v 1.21 2011/03/06 02:18:36 jakllsch Exp $
#
# HDL_G -- I-O DATA HDL-G Kernel
#
@@ -143,7 +143,7 @@
options DDB # in-kernel debugger
#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
#makeoptions DEBUG="-g" # compile full symbol table
-options SYMTAB_SPACE=512000
+options SYMTAB_SPACE=590000
#config netbsd root on ? type ?
config netbsd root on wd0a type ?
diff -r a75ea51d4c68 -r 6272b055f0ae sys/arch/evbarm/conf/INTEGRATOR
--- a/sys/arch/evbarm/conf/INTEGRATOR Sun Mar 06 00:59:18 2011 +0000
+++ b/sys/arch/evbarm/conf/INTEGRATOR Sun Mar 06 02:18:36 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INTEGRATOR,v 1.59 2010/11/23 11:13:56 hannken Exp $
+# $NetBSD: INTEGRATOR,v 1.60 2011/03/06 02:18:36 jakllsch Exp $
#
# GENERIC -- ARM Integrator board Generic kernel
#
@@ -135,7 +135,7 @@
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
#options UVMHIST
#makeoptions DEBUG="-g" # compile full symbol table
-options SYMTAB_SPACE=350000
+options SYMTAB_SPACE=360000
options PLCONSOLE,PLCOMCNUNIT=0,PLCONSPEED=38400,PLCONMODE=0xB00
config netbsd root on ? type ?
diff -r a75ea51d4c68 -r 6272b055f0ae sys/arch/evbarm/conf/IQ80310
--- a/sys/arch/evbarm/conf/IQ80310 Sun Mar 06 00:59:18 2011 +0000
+++ b/sys/arch/evbarm/conf/IQ80310 Sun Mar 06 02:18:36 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: IQ80310,v 1.69 2010/11/23 11:13:56 hannken Exp $
+# $NetBSD: IQ80310,v 1.70 2011/03/06 02:18:36 jakllsch Exp $
#
# IQ80310 -- Intel IQ80310 Evaluation Board Kernel
#
@@ -136,7 +136,7 @@
options DDB # in-kernel debugger
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
#makeoptions DEBUG="-g" # compile full symbol table
-options SYMTAB_SPACE=335000
+options SYMTAB_SPACE=390000
config netbsd root on ? type ?
config netbsd-fxp0 root on fxp0 type nfs
diff -r a75ea51d4c68 -r 6272b055f0ae sys/arch/evbarm/conf/IQ80321
--- a/sys/arch/evbarm/conf/IQ80321 Sun Mar 06 00:59:18 2011 +0000
+++ b/sys/arch/evbarm/conf/IQ80321 Sun Mar 06 02:18:36 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: IQ80321,v 1.64 2010/11/23 11:13:56 hannken Exp $
+# $NetBSD: IQ80321,v 1.65 2011/03/06 02:18:36 jakllsch Exp $
#
# IQ80321 -- Intel IQ80321 Evaluation Board Kernel
#
@@ -135,7 +135,7 @@
options DDB # in-kernel debugger
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
#makeoptions DEBUG="-g" # compile full symbol table
-options SYMTAB_SPACE=340000
+options SYMTAB_SPACE=350000
config netbsd root on ? type ?
config netbsd-wm0 root on wm0 type nfs
diff -r a75ea51d4c68 -r 6272b055f0ae sys/arch/evbarm/conf/IXM1200
--- a/sys/arch/evbarm/conf/IXM1200 Sun Mar 06 00:59:18 2011 +0000
+++ b/sys/arch/evbarm/conf/IXM1200 Sun Mar 06 02:18:36 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: IXM1200,v 1.41 2010/11/23 11:13:56 hannken Exp $
+# $NetBSD: IXM1200,v 1.42 2011/03/06 02:18:36 jakllsch Exp $
#
# IXM1200 -- Intel IXM1200 Evaluation Board Kernel
#
@@ -133,7 +133,7 @@
options DDB # in-kernel debugger
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
#makeoptions DEBUG="-g" # compile full symbol table
-options SYMTAB_SPACE=310000
+options SYMTAB_SPACE=330000
config netbsd root on ? type ?
diff -r a75ea51d4c68 -r 6272b055f0ae sys/arch/evbarm/conf/TISDP2420
--- a/sys/arch/evbarm/conf/TISDP2420 Sun Mar 06 00:59:18 2011 +0000
+++ b/sys/arch/evbarm/conf/TISDP2420 Sun Mar 06 02:18:36 2011 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: TISDP2420,v 1.13 2010/06/19 19:44:58 matt Exp $
+# $NetBSD: TISDP2420,v 1.14 2011/03/06 02:18:36 jakllsch Exp $
#
# TISDP2420 -- TI OMAP 2420 Eval Board Kernel
#
@@ -141,7 +141,7 @@
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
#options KGDB
makeoptions DEBUG="-g" # compile full symbol table
-options SYMTAB_SPACE=300000
+options SYMTAB_SPACE=500000
## USB Debugging options
options USB_DEBUG
Home |
Main Index |
Thread Index |
Old Index