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_HISTORY_SIZE since DDB is enabled.



details:   https://anonhg.NetBSD.org/src/rev/bdc661c70712
branches:  trunk
changeset: 756961:bdc661c70712
user:      chs <chs%NetBSD.org@localhost>
date:      Sun Aug 08 18:19:26 2010 +0000

description:
enable DDB_HISTORY_SIZE since DDB is enabled.

diffstat:

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

diffs (27 lines):

diff -r dfe3f4afa776 -r bdc661c70712 sys/arch/vax/conf/GENERIC
--- a/sys/arch/vax/conf/GENERIC Sun Aug 08 18:18:58 2010 +0000
+++ b/sys/arch/vax/conf/GENERIC Sun Aug 08 18:19:26 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.174 2010/07/01 19:50:11 ragge Exp $
+# $NetBSD: GENERIC,v 1.175 2010/08/08 18:19:26 chs Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.174 $"
+#ident                 "GENERIC-$Revision: 1.175 $"
 
 # Here are all different supported CPU types listed.
 #options       VAX8800         # VAX 8500, 8530, 8550, 8700, 8800
@@ -49,7 +49,7 @@
 # Kernel compiled-in symbolic debugger & system call tracer
 makeoptions    DEBUG="-g"
 options        DDB
-#options       DDB_HISTORY_SIZE=100    # enable history editing in DDB
+options        DDB_HISTORY_SIZE=512    # enable history editing in DDB
 options        KTRACE
 #options       DIAGNOSTIC
 #options       DEBUG



Home | Main Index | Thread Index | Old Index