Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp700/conf Fixed the options KDGB_DEVNAME, for rece...



details:   https://anonhg.NetBSD.org/src/rev/405a9b8b4234
branches:  trunk
changeset: 533656:405a9b8b4234
user:      fredette <fredette%NetBSD.org@localhost>
date:      Sat Jul 06 15:41:38 2002 +0000

description:
Fixed the options KDGB_DEVNAME, for recent changes to config(8).

diffstat:

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

diffs (27 lines):

diff -r a5ee71383195 -r 405a9b8b4234 sys/arch/hp700/conf/GENERIC
--- a/sys/arch/hp700/conf/GENERIC       Sat Jul 06 15:39:07 2002 +0000
+++ b/sys/arch/hp700/conf/GENERIC       Sat Jul 06 15:41:38 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.2 2002/06/17 05:14:10 lukem Exp $
+# $NetBSD: GENERIC,v 1.3 2002/07/06 15:41:38 fredette Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.2 $"
+#ident                 "GENERIC-$Revision: 1.3 $"
 
 maxusers       32              # estimated number of users
 
@@ -71,7 +71,7 @@
 options        DDB             # in-kernel debugger
 options        DDB_HISTORY_SIZE=512    # enable history editing in DDB
 #options       KGDB            # remote debugger
-#options       "KGDB_DEVNAME=\"com\"",KGDBADDR=0xf0822000,KGDBRATE=9600
+#options       KGDB_DEVNAME="\"com\"",KGDBADDR=0xf0822000,KGDBRATE=9600
 #makeoptions   DEBUG="-g"      # compile full symbol table
 
 # Compatibility options



Home | Main Index | Thread Index | Old Index