Module Name: src
Committed By: matt
Date: Sat Sep 1 14:50:12 UTC 2012
Modified Files:
src/sys/arch/evbarm/conf: ADI_BRH ARMADILLO210 ARMADILLO9 CP3100 HDL_G
IMX31LITE INTEGRATOR IQ31244 IQ80310 IXDP425 IXM1200 NAPPI NSLU2
OPENRD RPI TEAMASA_NPWR TS7200 VIPER ZAO425
Log Message:
Bump up SYMTAB_SPACE
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/arch/evbarm/conf/ADI_BRH \
src/sys/arch/evbarm/conf/IQ31244
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/evbarm/conf/ARMADILLO210
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/evbarm/conf/ARMADILLO9
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/evbarm/conf/CP3100
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/evbarm/conf/HDL_G
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/evbarm/conf/IMX31LITE
cvs rdiff -u -r1.67 -r1.68 src/sys/arch/evbarm/conf/INTEGRATOR
cvs rdiff -u -r1.75 -r1.76 src/sys/arch/evbarm/conf/IQ80310
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/evbarm/conf/IXDP425
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/evbarm/conf/IXM1200
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/evbarm/conf/NAPPI
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/evbarm/conf/NSLU2
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/conf/OPENRD
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/conf/RPI
cvs rdiff -u -r1.72 -r1.73 src/sys/arch/evbarm/conf/TEAMASA_NPWR
cvs rdiff -u -r1.50 -r1.51 src/sys/arch/evbarm/conf/TS7200
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/evbarm/conf/VIPER
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/evbarm/conf/ZAO425
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbarm/conf/ADI_BRH
diff -u src/sys/arch/evbarm/conf/ADI_BRH:1.57 src/sys/arch/evbarm/conf/ADI_BRH:1.58
--- src/sys/arch/evbarm/conf/ADI_BRH:1.57 Sat Apr 7 03:25:00 2012
+++ src/sys/arch/evbarm/conf/ADI_BRH Sat Sep 1 14:50:11 2012
@@ -1,4 +1,4 @@
-# $NetBSD: ADI_BRH,v 1.57 2012/04/07 03:25:00 tsutsui Exp $
+# $NetBSD: ADI_BRH,v 1.58 2012/09/01 14:50:11 matt Exp $
#
# ADI_BRH -- ADI Engineering "Big Red Head" i80200 Evaluation Board
#
@@ -133,7 +133,7 @@ options DIAGNOSTIC # internally consist
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=400000
+options SYMTAB_SPACE=600000
config netbsd root on ? type ?
config netbsd-fxp0 root on fxp0 type nfs
Index: src/sys/arch/evbarm/conf/IQ31244
diff -u src/sys/arch/evbarm/conf/IQ31244:1.57 src/sys/arch/evbarm/conf/IQ31244:1.58
--- src/sys/arch/evbarm/conf/IQ31244:1.57 Wed Aug 29 08:29:58 2012
+++ src/sys/arch/evbarm/conf/IQ31244 Sat Sep 1 14:50:11 2012
@@ -1,4 +1,4 @@
-# $NetBSD: IQ31244,v 1.57 2012/08/29 08:29:58 skrll Exp $
+# $NetBSD: IQ31244,v 1.58 2012/09/01 14:50:11 matt Exp $
#
# IQ31244 -- Intel IQ31244 Evaluation Board Kernel
#
@@ -132,7 +132,7 @@ options DIAGNOSTIC # internally consist
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=390000
+options SYMTAB_SPACE=550000
config netbsd root on ? type ?
config netbsd-wm0 root on wm0 type nfs
Index: src/sys/arch/evbarm/conf/ARMADILLO210
diff -u src/sys/arch/evbarm/conf/ARMADILLO210:1.22 src/sys/arch/evbarm/conf/ARMADILLO210:1.23
--- src/sys/arch/evbarm/conf/ARMADILLO210:1.22 Sat Apr 7 03:25:00 2012
+++ src/sys/arch/evbarm/conf/ARMADILLO210 Sat Sep 1 14:50:11 2012
@@ -1,4 +1,4 @@
-# $NetBSD: ARMADILLO210,v 1.22 2012/04/07 03:25:00 tsutsui Exp $
+# $NetBSD: ARMADILLO210,v 1.23 2012/09/01 14:50:11 matt Exp $
#
# ARMADILLO210 -- Atmark Techno, Armadillo-210
#
@@ -125,7 +125,7 @@ options PIPE_SOCKETPAIR # smaller, but
#options DDB_ONPANIC=1
#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
#makeoptions DEBUG="-g" # compile full symbol table
-#options SYMTAB_SPACE=450000
+#options SYMTAB_SPACE=600000
#options PMAP_INCLUDE_PTE_SYNC
#options LOCKDEBUG
Index: src/sys/arch/evbarm/conf/ARMADILLO9
diff -u src/sys/arch/evbarm/conf/ARMADILLO9:1.35 src/sys/arch/evbarm/conf/ARMADILLO9:1.36
--- src/sys/arch/evbarm/conf/ARMADILLO9:1.35 Tue Jun 5 08:44:08 2012
+++ src/sys/arch/evbarm/conf/ARMADILLO9 Sat Sep 1 14:50:11 2012
@@ -1,4 +1,4 @@
-# $NetBSD: ARMADILLO9,v 1.35 2012/06/05 08:44:08 abs Exp $
+# $NetBSD: ARMADILLO9,v 1.36 2012/09/01 14:50:11 matt Exp $
#
# ARMADILLO9 -- Atmark Techno, Armadillo-9
#
@@ -125,7 +125,7 @@ options DDB # in-kernel debugger
#options DDB_ONPANIC=1
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
#makeoptions DEBUG="-g" # compile full symbol table
-options SYMTAB_SPACE=450000
+options SYMTAB_SPACE=600000
#options PMAP_INCLUDE_PTE_SYNC
#options LOCKDEBUG
Index: src/sys/arch/evbarm/conf/CP3100
diff -u src/sys/arch/evbarm/conf/CP3100:1.27 src/sys/arch/evbarm/conf/CP3100:1.28
--- src/sys/arch/evbarm/conf/CP3100:1.27 Wed Aug 29 08:29:57 2012
+++ src/sys/arch/evbarm/conf/CP3100 Sat Sep 1 14:50:11 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CP3100,v 1.27 2012/08/29 08:29:57 skrll Exp $
+# $NetBSD: CP3100,v 1.28 2012/09/01 14:50:11 matt Exp $
#
# CP3100 -- Certance CP3100 Kernel
#
@@ -137,7 +137,7 @@ options DIAGNOSTIC # internally consist
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=430000
+options SYMTAB_SPACE=600000
config netbsd root on ? type ?
config netbsd-wm0 root on wm0 type nfs
Index: src/sys/arch/evbarm/conf/HDL_G
diff -u src/sys/arch/evbarm/conf/HDL_G:1.28 src/sys/arch/evbarm/conf/HDL_G:1.29
--- src/sys/arch/evbarm/conf/HDL_G:1.28 Wed Aug 29 08:29:57 2012
+++ src/sys/arch/evbarm/conf/HDL_G Sat Sep 1 14:50:11 2012
@@ -1,4 +1,4 @@
-# $NetBSD: HDL_G,v 1.28 2012/08/29 08:29:57 skrll Exp $
+# $NetBSD: HDL_G,v 1.29 2012/09/01 14:50:11 matt Exp $
#
# HDL_G -- I-O DATA HDL-G Kernel
#
@@ -139,7 +139,7 @@ options USERCONF # userconf(4) support
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=590000
+options SYMTAB_SPACE=750000
#config netbsd root on ? type ?
config netbsd root on wd0a type ?
Index: src/sys/arch/evbarm/conf/IMX31LITE
diff -u src/sys/arch/evbarm/conf/IMX31LITE:1.17 src/sys/arch/evbarm/conf/IMX31LITE:1.18
--- src/sys/arch/evbarm/conf/IMX31LITE:1.17 Sat Apr 7 03:25:00 2012
+++ src/sys/arch/evbarm/conf/IMX31LITE Sat Sep 1 14:50:11 2012
@@ -1,4 +1,4 @@
-# $NetBSD: IMX31LITE,v 1.17 2012/04/07 03:25:00 tsutsui Exp $
+# $NetBSD: IMX31LITE,v 1.18 2012/09/01 14:50:11 matt Exp $
#
# IMX31LITE -- Freescale IMX31LITE Evaluation Board Kernel
#
@@ -131,7 +131,7 @@ options VERBOSE_INIT_ARM # verbose boot
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=500000
config netbsd root on ? type ?
Index: src/sys/arch/evbarm/conf/INTEGRATOR
diff -u src/sys/arch/evbarm/conf/INTEGRATOR:1.67 src/sys/arch/evbarm/conf/INTEGRATOR:1.68
--- src/sys/arch/evbarm/conf/INTEGRATOR:1.67 Fri Aug 17 20:11:38 2012
+++ src/sys/arch/evbarm/conf/INTEGRATOR Sat Sep 1 14:50:11 2012
@@ -1,4 +1,4 @@
-# $NetBSD: INTEGRATOR,v 1.67 2012/08/17 20:11:38 abs Exp $
+# $NetBSD: INTEGRATOR,v 1.68 2012/09/01 14:50:11 matt Exp $
#
# GENERIC -- ARM Integrator board Generic kernel
#
@@ -132,7 +132,7 @@ options DDB # in-kernel debugger
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
#options UVMHIST
#makeoptions DEBUG="-g" # compile full symbol table
-options SYMTAB_SPACE=360000
+options SYMTAB_SPACE=500000
options PLCONSOLE,PLCOMCNUNIT=0,PLCONSPEED=38400,PLCONMODE=0xB00
config netbsd root on ? type ?
Index: src/sys/arch/evbarm/conf/IQ80310
diff -u src/sys/arch/evbarm/conf/IQ80310:1.75 src/sys/arch/evbarm/conf/IQ80310:1.76
--- src/sys/arch/evbarm/conf/IQ80310:1.75 Sat Apr 7 03:25:00 2012
+++ src/sys/arch/evbarm/conf/IQ80310 Sat Sep 1 14:50:11 2012
@@ -1,4 +1,4 @@
-# $NetBSD: IQ80310,v 1.75 2012/04/07 03:25:00 tsutsui Exp $
+# $NetBSD: IQ80310,v 1.76 2012/09/01 14:50:11 matt Exp $
#
# IQ80310 -- Intel IQ80310 Evaluation Board Kernel
#
@@ -133,7 +133,7 @@ options DIAGNOSTIC # internally consist
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=390000
+options SYMTAB_SPACE=550000
config netbsd root on ? type ?
config netbsd-fxp0 root on fxp0 type nfs
Index: src/sys/arch/evbarm/conf/IXDP425
diff -u src/sys/arch/evbarm/conf/IXDP425:1.37 src/sys/arch/evbarm/conf/IXDP425:1.38
--- src/sys/arch/evbarm/conf/IXDP425:1.37 Wed Aug 29 08:29:58 2012
+++ src/sys/arch/evbarm/conf/IXDP425 Sat Sep 1 14:50:11 2012
@@ -1,4 +1,4 @@
-# $NetBSD: IXDP425,v 1.37 2012/08/29 08:29:58 skrll Exp $
+# $NetBSD: IXDP425,v 1.38 2012/09/01 14:50:11 matt Exp $
#
# IXDP425 -- Intel IXDP425/IXCDP1100 Development Platform
#
@@ -137,7 +137,7 @@ options VERBOSE_INIT_ARM # verbose boot
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=440000
+options SYMTAB_SPACE=600000
config netbsd root on ? type ?
Index: src/sys/arch/evbarm/conf/IXM1200
diff -u src/sys/arch/evbarm/conf/IXM1200:1.48 src/sys/arch/evbarm/conf/IXM1200:1.49
--- src/sys/arch/evbarm/conf/IXM1200:1.48 Sat Apr 7 03:25:00 2012
+++ src/sys/arch/evbarm/conf/IXM1200 Sat Sep 1 14:50:11 2012
@@ -1,4 +1,4 @@
-# $NetBSD: IXM1200,v 1.48 2012/04/07 03:25:00 tsutsui Exp $
+# $NetBSD: IXM1200,v 1.49 2012/09/01 14:50:11 matt Exp $
#
# IXM1200 -- Intel IXM1200 Evaluation Board Kernel
#
@@ -130,7 +130,7 @@ options VERBOSE_INIT_ARM # verbose boot
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=330000
+options SYMTAB_SPACE=500000
config netbsd root on ? type ?
Index: src/sys/arch/evbarm/conf/NAPPI
diff -u src/sys/arch/evbarm/conf/NAPPI:1.44 src/sys/arch/evbarm/conf/NAPPI:1.45
--- src/sys/arch/evbarm/conf/NAPPI:1.44 Sat Apr 7 03:25:00 2012
+++ src/sys/arch/evbarm/conf/NAPPI Sat Sep 1 14:50:11 2012
@@ -1,4 +1,4 @@
-# $NetBSD: NAPPI,v 1.44 2012/04/07 03:25:00 tsutsui Exp $
+# $NetBSD: NAPPI,v 1.45 2012/09/01 14:50:11 matt Exp $
#
# NAPPI -- Netwise APlication Platform Board Kernel
#
@@ -124,7 +124,7 @@ options VERBOSE_INIT_ARM # verbose boot
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=330000
+options SYMTAB_SPACE=500000
config netbsd root on ? type ?
Index: src/sys/arch/evbarm/conf/NSLU2
diff -u src/sys/arch/evbarm/conf/NSLU2:1.24 src/sys/arch/evbarm/conf/NSLU2:1.25
--- src/sys/arch/evbarm/conf/NSLU2:1.24 Wed Aug 29 08:29:58 2012
+++ src/sys/arch/evbarm/conf/NSLU2 Sat Sep 1 14:50:11 2012
@@ -1,4 +1,4 @@
-# $NetBSD: NSLU2,v 1.24 2012/08/29 08:29:58 skrll Exp $
+# $NetBSD: NSLU2,v 1.25 2012/09/01 14:50:11 matt Exp $
#
# Linksys NSLU2 "Slug" NAS Device
#
@@ -135,7 +135,7 @@ options DEBUG
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=360000
+options SYMTAB_SPACE=530000
config netbsd root on ? type ?
Index: src/sys/arch/evbarm/conf/OPENRD
diff -u src/sys/arch/evbarm/conf/OPENRD:1.1 src/sys/arch/evbarm/conf/OPENRD:1.2
--- src/sys/arch/evbarm/conf/OPENRD:1.1 Fri Aug 10 02:31:52 2012
+++ src/sys/arch/evbarm/conf/OPENRD Sat Sep 1 14:50:11 2012
@@ -1,4 +1,4 @@
-# $NetBSD: OPENRD,v 1.1 2012/08/10 02:31:52 matt Exp $
+# $NetBSD: OPENRD,v 1.2 2012/09/01 14:50:11 matt Exp $
#
# This is a working config file for OpenRD(.org) Client. Note that the
# default boot address will not work and the kernel has to load at 8MB
@@ -15,6 +15,11 @@ makeoptions LOADADDRESS="0xc0800000"
#options VERBOSE_INIT_ARM # verbose bootstraping messages
#options MVSOC_CONSOLE_EARLY
+#options FPU_VFP
+
+options COMPAT_NETBSD32
+no options COMPAT_LINUX
+
# this just emits endless errors, disable for now.
no mvsdio*
no sdmmc* at mvsdio?
Index: src/sys/arch/evbarm/conf/RPI
diff -u src/sys/arch/evbarm/conf/RPI:1.5 src/sys/arch/evbarm/conf/RPI:1.6
--- src/sys/arch/evbarm/conf/RPI:1.5 Mon Aug 20 08:38:32 2012
+++ src/sys/arch/evbarm/conf/RPI Sat Sep 1 14:50:11 2012
@@ -1,5 +1,5 @@
#
-# $NetBSD: RPI,v 1.5 2012/08/20 08:38:32 skrll Exp $
+# $NetBSD: RPI,v 1.6 2012/09/01 14:50:11 matt Exp $
#
# RPi -- Raspberry Pi
#
@@ -141,7 +141,7 @@ options DDB_ONPANIC=1
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
#options KGDB
makeoptions DEBUG="-g" # compile full symbol table
-options SYMTAB_SPACE=500000
+options SYMTAB_SPACE=510000
options PLCONSOLE
#options PLCONSOLE,PLCOMCNUNIT=0,PLCONSPEED=115200,PLCONMODE=0xB00
Index: src/sys/arch/evbarm/conf/TEAMASA_NPWR
diff -u src/sys/arch/evbarm/conf/TEAMASA_NPWR:1.72 src/sys/arch/evbarm/conf/TEAMASA_NPWR:1.73
--- src/sys/arch/evbarm/conf/TEAMASA_NPWR:1.72 Sat Apr 7 03:25:00 2012
+++ src/sys/arch/evbarm/conf/TEAMASA_NPWR Sat Sep 1 14:50:12 2012
@@ -1,4 +1,4 @@
-# $NetBSD: TEAMASA_NPWR,v 1.72 2012/04/07 03:25:00 tsutsui Exp $
+# $NetBSD: TEAMASA_NPWR,v 1.73 2012/09/01 14:50:12 matt Exp $
#
# TEAMASA_NPWR -- Team ASA, Inc. Npwr -- XScale/IOP310-based
# server appliance.
@@ -139,7 +139,7 @@ options DIAGNOSTIC # internally consist
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=390000
+options SYMTAB_SPACE=550000
config netbsd root on ? type ?
config netbsd-wm0 root on wm0 type nfs
Index: src/sys/arch/evbarm/conf/TS7200
diff -u src/sys/arch/evbarm/conf/TS7200:1.50 src/sys/arch/evbarm/conf/TS7200:1.51
--- src/sys/arch/evbarm/conf/TS7200:1.50 Wed Aug 29 08:30:00 2012
+++ src/sys/arch/evbarm/conf/TS7200 Sat Sep 1 14:50:12 2012
@@ -1,4 +1,4 @@
-# $NetBSD: TS7200,v 1.50 2012/08/29 08:30:00 skrll Exp $
+# $NetBSD: TS7200,v 1.51 2012/09/01 14:50:12 matt Exp $
#
# TS7200 - Kernel for Technologic Systems TS7200 ARM hardware
#
@@ -137,7 +137,7 @@ options DDB # in-kernel debugger
options DDB_ONPANIC=1
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
#makeoptions DEBUG="-g" # compile full symbol table
-options SYMTAB_SPACE=450000
+options SYMTAB_SPACE=550000
##options PMAP_INCLUDE_PTE_SYNC
##options LOCKDEBUG
Index: src/sys/arch/evbarm/conf/VIPER
diff -u src/sys/arch/evbarm/conf/VIPER:1.25 src/sys/arch/evbarm/conf/VIPER:1.26
--- src/sys/arch/evbarm/conf/VIPER:1.25 Wed Aug 29 08:30:00 2012
+++ src/sys/arch/evbarm/conf/VIPER Sat Sep 1 14:50:12 2012
@@ -1,4 +1,4 @@
-# $NetBSD: VIPER,v 1.25 2012/08/29 08:30:00 skrll Exp $
+# $NetBSD: VIPER,v 1.26 2012/09/01 14:50:12 matt Exp $
#
# Arcom Viper
#
@@ -127,7 +127,7 @@ options DDB # in-kernel debugger
options DDB_ONPANIC=1
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
#makeoptions DEBUG="-g" # compile full symbol table
-options SYMTAB_SPACE=450000
+options SYMTAB_SPACE=500000
##options PMAP_INCLUDE_PTE_SYNC
##options LOCKDEBUG
Index: src/sys/arch/evbarm/conf/ZAO425
diff -u src/sys/arch/evbarm/conf/ZAO425:1.45 src/sys/arch/evbarm/conf/ZAO425:1.46
--- src/sys/arch/evbarm/conf/ZAO425:1.45 Wed Aug 29 08:30:00 2012
+++ src/sys/arch/evbarm/conf/ZAO425 Sat Sep 1 14:50:12 2012
@@ -1,4 +1,4 @@
-# $NetBSD: ZAO425,v 1.45 2012/08/29 08:30:00 skrll Exp $
+# $NetBSD: ZAO425,v 1.46 2012/09/01 14:50:12 matt Exp $
#
# ZAO425 -- Intel IXP425
#
@@ -137,7 +137,7 @@ options VERBOSE_INIT_ARM # verbose boot
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=430000
+options SYMTAB_SPACE=600000
config netbsd root on ? type ?