Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 Document DDB_BREAK_CHAR that was added in:



details:   https://anonhg.NetBSD.org/src/rev/7a34e3cab137
branches:  trunk
changeset: 495688:7a34e3cab137
user:      jeffs <jeffs%NetBSD.org@localhost>
date:      Thu Aug 03 00:34:08 2000 +0000

description:
Document DDB_BREAK_CHAR that was added in:
        sys/conf 1.381
        sys/dev/ic/com.c 1.174

diffstat:

 share/man/man4/options.4 |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r dc2c81b07aae -r 7a34e3cab137 share/man/man4/options.4
--- a/share/man/man4/options.4  Thu Aug 03 00:30:47 2000 +0000
+++ b/share/man/man4/options.4  Thu Aug 03 00:34:08 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: options.4,v 1.114 2000/07/31 11:40:04 ad Exp $
+.\"    $NetBSD: options.4,v 1.115 2000/08/03 00:34:08 jeffs Exp $
 .\"
 .\" Copyright (c) 1996
 .\"    Perry E. Metzger.  All rights reserved.
@@ -271,6 +271,11 @@
 variable which may be changed at run time -- see
 .Xr sysctl 8
 for details.
+.It Cd options DDB_BREAK_CHAR=integer
+This option overrides the using break to enter the kernel debugger
+on the serial console.
+The value given will is the ascii value to be used instead.
+This is currently only supported by the com driver.
 .It Cd options KGDB
 Compiles in a remote kernel debugger stub for diagnosing kernel problems
 using the



Home | Main Index | Thread Index | Old Index