diff options
author | kato <kato@FreeBSD.org> | 1996-12-24 11:47:52 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 1996-12-24 11:47:52 +0000 |
commit | 6072ac782f75379b25eb320bbd3232aed3fabe19 (patch) | |
tree | 48efedc363130c8ba8addf3abadc63e7b7f66e54 /sys | |
parent | 67efd9fff6e9ce1e90b2d527aacf42dd64ac2dbd (diff) | |
download | FreeBSD-src-6072ac782f75379b25eb320bbd3232aed3fabe19.zip FreeBSD-src-6072ac782f75379b25eb320bbd3232aed3fabe19.tar.gz |
Synchronize with sys/i386/isa/sio.c revision 1.155 (use breakpoint()
instead of Debugger()).
Diffstat (limited to 'sys')
-rw-r--r-- | sys/pc98/cbus/sio.c | 5 | ||||
-rw-r--r-- | sys/pc98/pc98/sio.c | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/sys/pc98/cbus/sio.c b/sys/pc98/cbus/sio.c index 65325a5..2f1566b 100644 --- a/sys/pc98/cbus/sio.c +++ b/sys/pc98/cbus/sio.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)com.c 7.5 (Berkeley) 5/16/91 - * $Id: sio.c,v 1.10 1996/12/04 04:21:07 asami Exp $ + * $Id: sio.c,v 1.11 1996/12/04 04:36:59 asami Exp $ */ #include "opt_comconsole.h" @@ -1840,8 +1840,7 @@ more_intr: if (line_status & LSR_BI) { #if defined(DDB) && defined(BREAK_TO_DEBUGGER) if (com->unit == comconsole) { - Debugger( - "serial console break"); + breakpoint(); goto cont; } #endif diff --git a/sys/pc98/pc98/sio.c b/sys/pc98/pc98/sio.c index 65325a5..2f1566b 100644 --- a/sys/pc98/pc98/sio.c +++ b/sys/pc98/pc98/sio.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)com.c 7.5 (Berkeley) 5/16/91 - * $Id: sio.c,v 1.10 1996/12/04 04:21:07 asami Exp $ + * $Id: sio.c,v 1.11 1996/12/04 04:36:59 asami Exp $ */ #include "opt_comconsole.h" @@ -1840,8 +1840,7 @@ more_intr: if (line_status & LSR_BI) { #if defined(DDB) && defined(BREAK_TO_DEBUGGER) if (com->unit == comconsole) { - Debugger( - "serial console break"); + breakpoint(); goto cont; } #endif |