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 Disable some debugging options, add spa...



details:   https://anonhg.NetBSD.org/src/rev/49b0d02d4e05
branches:  trunk
changeset: 581667:49b0d02d4e05
user:      rearnsha <rearnsha%NetBSD.org@localhost>
date:      Fri Jun 03 15:41:39 2005 +0000

description:
Disable some debugging options, add space for the symbol table.

diffstat:

 sys/arch/evbarm/conf/INTEGRATOR |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r e005208ff3a2 -r 49b0d02d4e05 sys/arch/evbarm/conf/INTEGRATOR
--- a/sys/arch/evbarm/conf/INTEGRATOR   Fri Jun 03 15:21:35 2005 +0000
+++ b/sys/arch/evbarm/conf/INTEGRATOR   Fri Jun 03 15:41:39 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INTEGRATOR,v 1.36 2005/02/25 13:46:49 simonb Exp $
+#      $NetBSD: INTEGRATOR,v 1.37 2005/06/03 15:41:39 rearnsha Exp $
 #
 #      GENERIC -- ARM Integrator board Generic kernel
 #
@@ -133,12 +133,14 @@
 
 #options       ARM700BUGTRACK  # track the ARM700 swi bug
 #options       PORTMASTER      # Enable PortMaster only options
-options        DIAGNOSTIC      # internal consistency checks
-options        PMAP_DEBUG      # Enable pmap_debug_level code
+#options       DIAGNOSTIC      # internal consistency checks
+#options       PMAP_DEBUG      # Enable pmap_debug_level code
 #options       IPKDB           # remote kernel debugging
 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=350000
 options        PLCONSOLE,PLCOMCNUNIT=0,PLCONSPEED=38400,PLCONMODE=0xB00
 
 config         netbsd          root on ? type ?



Home | Main Index | Thread Index | Old Index