Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/sommerfeld_i386mp_1]: src/sys/arch/i386/conf Regular and debug configura...



details:   https://anonhg.NetBSD.org/src/rev/a7455a2b8ef2
branches:  sommerfeld_i386mp_1
changeset: 482283:a7455a2b8ef2
user:      sommerfeld <sommerfeld%NetBSD.org@localhost>
date:      Fri Aug 25 00:40:54 2000 +0000

description:
Regular and debug configurations for BP6.

diffstat:

 sys/arch/i386/conf/HYDRA       |  13 ++++++-------
 sys/arch/i386/conf/HYDRA.DEBUG |   7 +++++++
 2 files changed, 13 insertions(+), 7 deletions(-)

diffs (53 lines):

diff -r fc40f4fea88d -r a7455a2b8ef2 sys/arch/i386/conf/HYDRA
--- a/sys/arch/i386/conf/HYDRA  Fri Aug 25 00:40:06 2000 +0000
+++ b/sys/arch/i386/conf/HYDRA  Fri Aug 25 00:40:54 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: HYDRA,v 1.1.2.5 2000/06/26 02:08:34 sommerfeld Exp $
+#      $NetBSD: HYDRA,v 1.1.2.6 2000/08/25 00:40:54 sommerfeld Exp $
 #
 #      HYDRA -- ABIT BP6-based system used for MP development.
 #
@@ -16,7 +16,7 @@
 # CPU-related options.
 options        MATH_EMULATE    # floating point emulation
 #options       VM86            # virtual 8086 emulation
-options        USER_LDT        # user-settable LDT; used by WINE
+#options       USER_LDT        # user-settable LDT; used by WINE
 # eliminate delay no-ops in I/O; recommended on all but very old machines
 #options       DUMMY_NOPS
 
@@ -64,7 +64,7 @@
 #options       DEBUG           # expensive debugging checks/support
 #options       KMEMSTATS       # kernel memory statistics (vmstat -m)
 options        DDB             # in-kernel debugger
-#options       DDB_HISTORY_SIZE=100    # enable history editing in DDB
+options        DDB_HISTORY_SIZE=100    # enable history editing in DDB
 #options       KGDB            # remote debugger
 #options       "KGDB_DEVNAME=\"com\"",KGDBADDR=0x3f8,KGDBRATE=9600
 #makeoptions   DEBUG="-g"      # compile full symbol table
@@ -179,11 +179,10 @@
 ioapic*        at mainbus? apid ?
 
 options MULTIPROCESSOR
-options LOCKDEBUG
+#options LOCKDEBUG
 
-options MPDEBUG
-options MPVERBOSE
-
+#options MPDEBUG
+#options MPVERBOSE
 
 # Basic Bus Support
 
diff -r fc40f4fea88d -r a7455a2b8ef2 sys/arch/i386/conf/HYDRA.DEBUG
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/i386/conf/HYDRA.DEBUG    Fri Aug 25 00:40:54 2000 +0000
@@ -0,0 +1,7 @@
+include "arch/i386/conf/HYDRA"
+
+makeoptions    DEBUG="-g"      # compile full symbol table
+options        DEBUG           # expensive debugging checks/support
+options                LOCKDEBUG
+options        MPDEBUG
+options        MPVERBOSE



Home | Main Index | Thread Index | Old Index