diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-04-12 22:02:51 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-04-12 22:02:51 +0000 |
commit | e5f2c8f67e51896371a74b3723083ac5ca50dd72 (patch) | |
tree | 79409586e8892a33063f47196badee5dc0a9c061 /sys | |
parent | 04a6a5a9ac1e8d4a986b601ecf2ad9ccb24deb5a (diff) | |
download | src-e5f2c8f67e51896371a74b3723083ac5ca50dd72.tar.gz src-e5f2c8f67e51896371a74b3723083ac5ca50dd72.zip |
Add "BREAK_TO_DEBUGGER" option.
Notes
Notes:
svn path=/head/; revision=7783
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/NOTES | 4 | ||||
-rw-r--r-- | sys/i386/conf/LINT | 4 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index a0a666b87f54..c1eff3da1934 100644 --- a/sys/conf/NOTES +++ b/sys/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' diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index a0a666b87f54..c1eff3da1934 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 a0a666b87f54..c1eff3da1934 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' |