summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-04-12 22:02:51 +0000
committerphk <phk@FreeBSD.org>1995-04-12 22:02:51 +0000
commit30e53f439b906b9d641101dc8bfc63199e48da4f (patch)
tree79409586e8892a33063f47196badee5dc0a9c061 /sys/i386/conf
parent1ffa98c382b50d50832ceac817b8a0366156ac48 (diff)
downloadFreeBSD-src-30e53f439b906b9d641101dc8bfc63199e48da4f.zip
FreeBSD-src-30e53f439b906b9d641101dc8bfc63199e48da4f.tar.gz
Add "BREAK_TO_DEBUGGER" option.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/LINT4
-rw-r--r--sys/i386/conf/NOTES4
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index a0a666b..c1eff3d 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.166 1995/04/08 16:08:35 ache Exp $
+# $Id: LINT,v 1.167 1995/04/08 21:41:52 phk Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -498,6 +498,8 @@ device cy0 at isa? tty irq 10 iomem 0xd4000 vector cyintr
options COMCONSOLE #prefer serial console to video console
options COM_MULTIPORT #code for some cards with shared IRQs
options DSI_SOFT_MODEM #code for DSI Softmodems
+options BREAK_TO_DEBUGGER #a BREAK on a comconsole goes to
+ #DDB, if available.
#
# Network interfaces: `cx', `ed', `el', `ep', `ie', `is', `le', `lnc'
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index a0a666b..c1eff3d 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.166 1995/04/08 16:08:35 ache Exp $
+# $Id: LINT,v 1.167 1995/04/08 21:41:52 phk Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -498,6 +498,8 @@ device cy0 at isa? tty irq 10 iomem 0xd4000 vector cyintr
options COMCONSOLE #prefer serial console to video console
options COM_MULTIPORT #code for some cards with shared IRQs
options DSI_SOFT_MODEM #code for DSI Softmodems
+options BREAK_TO_DEBUGGER #a BREAK on a comconsole goes to
+ #DDB, if available.
#
# Network interfaces: `cx', `ed', `el', `ep', `ie', `is', `le', `lnc'
OpenPOWER on IntegriCloud