Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/conf Enable DDB.



details:   https://anonhg.NetBSD.org/src/rev/c4c92afdae39
branches:  trunk
changeset: 486786:c4c92afdae39
user:      matt <matt%NetBSD.org@localhost>
date:      Sun May 28 20:21:04 2000 +0000

description:
Enable DDB.

diffstat:

 sys/arch/vax/conf/GENERIC |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 1801006af213 -r c4c92afdae39 sys/arch/vax/conf/GENERIC
--- a/sys/arch/vax/conf/GENERIC Sun May 28 20:11:59 2000 +0000
+++ b/sys/arch/vax/conf/GENERIC Sun May 28 20:21:04 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.66 2000/05/08 19:46:12 ragge Exp $
+#      $NetBSD: GENERIC,v 1.67 2000/05/28 20:21:04 matt Exp $
 #
 # GENERIC VAX configuration file; all supported devices.
 #
 
 include                "arch/vax/conf/std.vax"
 
-#ident                 "GENERIC-$Revision: 1.66 $"
+#ident                 "GENERIC-$Revision: 1.67 $"
 
 # Here are all different supported CPU types listed.
 options        "VAX8600"
@@ -29,7 +29,7 @@
 
 # Kernel compiled-in symbolic debugger & system call tracer
 #makeoptions   DEBUG="-g"
-#options       DDB
+options        DDB
 #options       DDB_HISTORY_SIZE=100    # enable history editing in DDB
 options        KTRACE
 #options       DIAGNOSTIC



Home | Main Index | Thread Index | Old Index