Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/cats/conf Add comment explaining what DDB_KEYCODE d...



details:   https://anonhg.NetBSD.org/src/rev/82d52d3026f0
branches:  trunk
changeset: 538665:82d52d3026f0
user:      chris <chris%NetBSD.org@localhost>
date:      Fri Oct 25 00:08:43 2002 +0000

description:
Add comment explaining what DDB_KEYCODE does.  It should probably be renamed
to DDB_BREAK_CHAR to match the com driver at some point, although even that
isn't used everywhere.

diffstat:

 sys/arch/cats/conf/GENERIC |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 84d5363857e7 -r 82d52d3026f0 sys/arch/cats/conf/GENERIC
--- a/sys/arch/cats/conf/GENERIC        Thu Oct 24 23:24:01 2002 +0000
+++ b/sys/arch/cats/conf/GENERIC        Fri Oct 25 00:08:43 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.40 2002/10/18 15:11:10 junyoung Exp $
+# $NetBSD: GENERIC,v 1.41 2002/10/25 00:08:43 chris Exp $
 #
 # GENERIC machine description file
 # 
@@ -140,11 +140,14 @@
 options        MIIVERBOSE      # verbose PHY autoconfig messages
 #options       PCI_CONFIG_DUMP # verbosely dump PCI config space
 options        USBVERBOSE      # verbose USB device autoconfig messages
-#options       DDB_KEYCODE=0x40
 options        PMAP_STATIC_L1S=128
 options        USERCONF        # userconf(4) support
 #options       PIPE_SOCKETPAIR # smaller, but slower pipe(2)
 
+# if set defines a keycode for the fcom console to break into ddb.
+# 0x40 == @, see man ascii(7)
+#options       DDB_KEYCODE=0x40
+
 # wscons options
 #options       WSEMUL_SUN              # sun terminal emulation
 options        WSEMUL_VT100            # VT100 / VT220 emulation



Home | Main Index | Thread Index | Old Index