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 for the many other ev...



details:   https://anonhg.NetBSD.org/src/rev/8e91efafad10
branches:  trunk
changeset: 762939:8e91efafad10
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sun Mar 06 05:08:03 2011 +0000

description:
Bump SYMTAB_SPACE for the many other evbarm kernels that also need it increased.

diffstat:

 sys/arch/evbarm/conf/ADI_BRH         |  4 ++--
 sys/arch/evbarm/conf/BEAGLEBOARD     |  4 ++--
 sys/arch/evbarm/conf/CP3100          |  4 ++--
 sys/arch/evbarm/conf/DNS323          |  4 ++--
 sys/arch/evbarm/conf/GUMSTIX         |  4 ++--
 sys/arch/evbarm/conf/IGEPV2          |  4 ++--
 sys/arch/evbarm/conf/IMX31LITE       |  4 ++--
 sys/arch/evbarm/conf/IQ31244         |  4 ++--
 sys/arch/evbarm/conf/IQ80321         |  4 ++--
 sys/arch/evbarm/conf/IXDP425         |  4 ++--
 sys/arch/evbarm/conf/KUROBOX_PRO     |  4 ++--
 sys/arch/evbarm/conf/NAPPI           |  4 ++--
 sys/arch/evbarm/conf/TEAMASA_NPWR    |  4 ++--
 sys/arch/evbarm/conf/TEAMASA_NPWR_FC |  4 ++--
 sys/arch/evbarm/conf/TISDP2430       |  4 ++--
 sys/arch/evbarm/conf/TWINTAIL        |  4 ++--
 sys/arch/evbarm/conf/ZAO425          |  4 ++--
 17 files changed, 34 insertions(+), 34 deletions(-)

diffs (truncated from 309 to 300 lines):

diff -r 9e2ede593467 -r 8e91efafad10 sys/arch/evbarm/conf/ADI_BRH
--- a/sys/arch/evbarm/conf/ADI_BRH      Sun Mar 06 04:46:26 2011 +0000
+++ b/sys/arch/evbarm/conf/ADI_BRH      Sun Mar 06 05:08:03 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: ADI_BRH,v 1.51 2010/11/23 11:13:56 hannken Exp $
+#      $NetBSD: ADI_BRH,v 1.52 2011/03/06 05:08:03 jakllsch Exp $
 #
 #      ADI_BRH -- ADI Engineering "Big Red Head" i80200 Evaluation Board
 #
@@ -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=400000
 
 config         netbsd          root on ? type ?
 config         netbsd-fxp0     root on fxp0 type nfs
diff -r 9e2ede593467 -r 8e91efafad10 sys/arch/evbarm/conf/BEAGLEBOARD
--- a/sys/arch/evbarm/conf/BEAGLEBOARD  Sun Mar 06 04:46:26 2011 +0000
+++ b/sys/arch/evbarm/conf/BEAGLEBOARD  Sun Mar 06 05:08:03 2011 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: BEAGLEBOARD,v 1.16 2011/03/06 02:22:27 jakllsch Exp $
+#      $NetBSD: BEAGLEBOARD,v 1.17 2011/03/06 05:08:03 jakllsch Exp $
 #
 #      BEAGLEBOARD -- TI OMAP 3530 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=530000
 
 ## USB Debugging options
 options USB_DEBUG
diff -r 9e2ede593467 -r 8e91efafad10 sys/arch/evbarm/conf/CP3100
--- a/sys/arch/evbarm/conf/CP3100       Sun Mar 06 04:46:26 2011 +0000
+++ b/sys/arch/evbarm/conf/CP3100       Sun Mar 06 05:08:03 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CP3100,v 1.19 2010/11/23 11:13:56 hannken Exp $
+#      $NetBSD: CP3100,v 1.20 2011/03/06 05:08:03 jakllsch Exp $
 #
 #      CP3100 -- Certance CP3100 Kernel
 #
@@ -141,7 +141,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=370000
+options        SYMTAB_SPACE=430000
 
 config         netbsd          root on ? type ?
 config         netbsd-wm0      root on wm0 type nfs
diff -r 9e2ede593467 -r 8e91efafad10 sys/arch/evbarm/conf/DNS323
--- a/sys/arch/evbarm/conf/DNS323       Sun Mar 06 04:46:26 2011 +0000
+++ b/sys/arch/evbarm/conf/DNS323       Sun Mar 06 05:08:03 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: DNS323,v 1.2 2010/10/10 05:19:35 kiyohara Exp $
+#      $NetBSD: DNS323,v 1.3 2011/03/06 05:08:03 jakllsch Exp $
 #
 #  DNS323 -- D-Link. DNS-323 platform kernel
 #
@@ -24,7 +24,7 @@
 #options       KGDB
 #options       DEBUG_KGDB
 makeoptions    DEBUG="-g -O2"  # compile full symbol table
-options        SYMTAB_SPACE=500000
+options        SYMTAB_SPACE=710000
 #options       AUDIO_DEBUG=2
 
 
diff -r 9e2ede593467 -r 8e91efafad10 sys/arch/evbarm/conf/GUMSTIX
--- a/sys/arch/evbarm/conf/GUMSTIX      Sun Mar 06 04:46:26 2011 +0000
+++ b/sys/arch/evbarm/conf/GUMSTIX      Sun Mar 06 05:08:03 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GUMSTIX,v 1.54 2010/11/23 11:13:56 hannken Exp $
+#      $NetBSD: GUMSTIX,v 1.55 2011/03/06 05:08:03 jakllsch Exp $
 #
 #      GUMSTIX -- Gumstix. Inc. gumstix platforms kernel
 #
@@ -164,7 +164,7 @@
 #options       KGDB
 #options       DEBUG_KGDB
 makeoptions    DEBUG="-g -O2"  # compile full symbol table
-options        SYMTAB_SPACE=500000
+options        SYMTAB_SPACE=730000
 #options       AUDIO_DEBUG=2
 
 config         netbsd          root on ? type ?
diff -r 9e2ede593467 -r 8e91efafad10 sys/arch/evbarm/conf/IGEPV2
--- a/sys/arch/evbarm/conf/IGEPV2       Sun Mar 06 04:46:26 2011 +0000
+++ b/sys/arch/evbarm/conf/IGEPV2       Sun Mar 06 05:08:03 2011 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: IGEPV2,v 1.3 2011/03/06 02:22:27 jakllsch Exp $
+#      $NetBSD: IGEPV2,v 1.4 2011/03/06 05:08:03 jakllsch Exp $
 #
 #      IGEPv2 -- TI OMAP 3530 Eval Board Kernel
 #
@@ -144,7 +144,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
diff -r 9e2ede593467 -r 8e91efafad10 sys/arch/evbarm/conf/IMX31LITE
--- a/sys/arch/evbarm/conf/IMX31LITE    Sun Mar 06 04:46:26 2011 +0000
+++ b/sys/arch/evbarm/conf/IMX31LITE    Sun Mar 06 05:08:03 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: IMX31LITE,v 1.11 2010/11/23 11:13:56 hannken Exp $
+#      $NetBSD: IMX31LITE,v 1.12 2011/03/06 05:08:03 jakllsch Exp $
 #
 #      IMX31LITE -- Freescale IMX31LITE Evaluation Board Kernel
 #
@@ -134,7 +134,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=280000
+options        SYMTAB_SPACE=340000
 
 config         netbsd          root on ? type ?
 
diff -r 9e2ede593467 -r 8e91efafad10 sys/arch/evbarm/conf/IQ31244
--- a/sys/arch/evbarm/conf/IQ31244      Sun Mar 06 04:46:26 2011 +0000
+++ b/sys/arch/evbarm/conf/IQ31244      Sun Mar 06 05:08:03 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: IQ31244,v 1.50 2011/03/06 02:22:27 jakllsch Exp $
+#      $NetBSD: IQ31244,v 1.51 2011/03/06 05:08:03 jakllsch Exp $
 #
 #      IQ31244 -- Intel IQ31244 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=370000
+options        SYMTAB_SPACE=390000
 
 config         netbsd          root on ? type ?
 config         netbsd-wm0      root on wm0 type nfs
diff -r 9e2ede593467 -r 8e91efafad10 sys/arch/evbarm/conf/IQ80321
--- a/sys/arch/evbarm/conf/IQ80321      Sun Mar 06 04:46:26 2011 +0000
+++ b/sys/arch/evbarm/conf/IQ80321      Sun Mar 06 05:08:03 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: IQ80321,v 1.65 2011/03/06 02:18:36 jakllsch Exp $
+#      $NetBSD: IQ80321,v 1.66 2011/03/06 05:08:03 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=350000
+options        SYMTAB_SPACE=410000
 
 config         netbsd          root on ? type ?
 config         netbsd-wm0      root on wm0 type nfs
diff -r 9e2ede593467 -r 8e91efafad10 sys/arch/evbarm/conf/IXDP425
--- a/sys/arch/evbarm/conf/IXDP425      Sun Mar 06 04:46:26 2011 +0000
+++ b/sys/arch/evbarm/conf/IXDP425      Sun Mar 06 05:08:03 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: IXDP425,v 1.30 2010/11/23 11:13:56 hannken Exp $
+#      $NetBSD: IXDP425,v 1.31 2011/03/06 05:08:03 jakllsch Exp $
 #
 #      IXDP425 -- Intel IXDP425/IXCDP1100 Development Platform
 #
@@ -140,7 +140,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=350000
+options        SYMTAB_SPACE=440000
 
 config         netbsd          root on ? type ?
 
diff -r 9e2ede593467 -r 8e91efafad10 sys/arch/evbarm/conf/KUROBOX_PRO
--- a/sys/arch/evbarm/conf/KUROBOX_PRO  Sun Mar 06 04:46:26 2011 +0000
+++ b/sys/arch/evbarm/conf/KUROBOX_PRO  Sun Mar 06 05:08:03 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: KUROBOX_PRO,v 1.1 2010/10/02 06:15:52 kiyohara Exp $
+#      $NetBSD: KUROBOX_PRO,v 1.2 2011/03/06 05:08:03 jakllsch Exp $
 #
 #  KUROBOX_PRO -- KUROUTOSHIKOU. KURO-BOX/PRO platform kernel
 #
@@ -25,7 +25,7 @@
 #options       KGDB
 #options       DEBUG_KGDB
 makeoptions    DEBUG="-g -O2"  # compile full symbol table
-options        SYMTAB_SPACE=500000
+options        SYMTAB_SPACE=710000
 #options       AUDIO_DEBUG=2
 
 
diff -r 9e2ede593467 -r 8e91efafad10 sys/arch/evbarm/conf/NAPPI
--- a/sys/arch/evbarm/conf/NAPPI        Sun Mar 06 04:46:26 2011 +0000
+++ b/sys/arch/evbarm/conf/NAPPI        Sun Mar 06 05:08:03 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: NAPPI,v 1.38 2011/03/06 02:22:27 jakllsch Exp $
+#      $NetBSD: NAPPI,v 1.39 2011/03/06 05:08:03 jakllsch Exp $
 #
 #      NAPPI -- Netwise APlication Platform Board Kernel
 #
@@ -127,7 +127,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=290000
+options        SYMTAB_SPACE=330000
 
 config         netbsd          root on ? type ?
 
diff -r 9e2ede593467 -r 8e91efafad10 sys/arch/evbarm/conf/TEAMASA_NPWR
--- a/sys/arch/evbarm/conf/TEAMASA_NPWR Sun Mar 06 04:46:26 2011 +0000
+++ b/sys/arch/evbarm/conf/TEAMASA_NPWR Sun Mar 06 05:08:03 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: TEAMASA_NPWR,v 1.66 2011/03/06 02:22:27 jakllsch Exp $
+#      $NetBSD: TEAMASA_NPWR,v 1.67 2011/03/06 05:08:03 jakllsch Exp $
 #
 #      TEAMASA_NPWR -- Team ASA, Inc. Npwr -- XScale/IOP310-based
 #      server appliance.
@@ -142,7 +142,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-wm0      root on wm0 type nfs
diff -r 9e2ede593467 -r 8e91efafad10 sys/arch/evbarm/conf/TEAMASA_NPWR_FC
--- a/sys/arch/evbarm/conf/TEAMASA_NPWR_FC      Sun Mar 06 04:46:26 2011 +0000
+++ b/sys/arch/evbarm/conf/TEAMASA_NPWR_FC      Sun Mar 06 05:08:03 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: TEAMASA_NPWR_FC,v 1.30 2010/11/23 11:13:57 hannken Exp $
+#      $NetBSD: TEAMASA_NPWR_FC,v 1.31 2011/03/06 05:08:03 jakllsch Exp $
 #
 #      TeamASA NPWR-FC, i80321-based SBC
 #
@@ -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=380000
 
 config         netbsd          root on ? type ?
 config         netbsd-wm0      root on wm0 type nfs
diff -r 9e2ede593467 -r 8e91efafad10 sys/arch/evbarm/conf/TISDP2430
--- a/sys/arch/evbarm/conf/TISDP2430    Sun Mar 06 04:46:26 2011 +0000
+++ b/sys/arch/evbarm/conf/TISDP2430    Sun Mar 06 05:08:03 2011 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: TISDP2430,v 1.14 2011/03/06 02:22:27 jakllsch Exp $
+#      $NetBSD: TISDP2430,v 1.15 2011/03/06 05:08:03 jakllsch Exp $
 #
 #      TISDP2430 -- TI OMAP 2430 Eval Board Kernel
 #
@@ -140,7 +140,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
diff -r 9e2ede593467 -r 8e91efafad10 sys/arch/evbarm/conf/TWINTAIL
--- a/sys/arch/evbarm/conf/TWINTAIL     Sun Mar 06 04:46:26 2011 +0000
+++ b/sys/arch/evbarm/conf/TWINTAIL     Sun Mar 06 05:08:03 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: TWINTAIL,v 1.39 2011/03/06 02:22:27 jakllsch Exp $
+#      $NetBSD: TWINTAIL,v 1.40 2011/03/06 05:08:03 jakllsch Exp $
 #
 #      TWINTAIL -- Genetec corp. G4255EB-X002 Evaluation Board Kernel
 #
@@ -140,7 +140,7 @@
 #options       KGDB
 #options       DEBUG_KGDB
 makeoptions    DEBUG="-g -O2"  # compile full symbol table
-options        SYMTAB_SPACE=370000
+options        SYMTAB_SPACE=580000
 #options       AUDIO_DEBUG=2
 
 config         netbsd          root on ? type ?
diff -r 9e2ede593467 -r 8e91efafad10 sys/arch/evbarm/conf/ZAO425
--- a/sys/arch/evbarm/conf/ZAO425       Sun Mar 06 04:46:26 2011 +0000
+++ b/sys/arch/evbarm/conf/ZAO425       Sun Mar 06 05:08:03 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: ZAO425,v 1.38 2010/11/23 11:13:57 hannken Exp $
+#      $NetBSD: ZAO425,v 1.39 2011/03/06 05:08:03 jakllsch Exp $
 #
 #      ZAO425 -- Intel IXP425
 #



Home | Main Index | Thread Index | Old Index