From e82834ca32510e9baff7d053fe4eef302e24fd1c Mon Sep 17 00:00:00 2001 From: KATO Takenori Date: Sat, 3 Apr 1999 15:51:14 +0000 Subject: [PATCH] Sync with sys/i386/isa/sio.c revision 1.234. --- sys/pc98/cbus/sio.c | 4 ++-- sys/pc98/pc98/sio.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/pc98/cbus/sio.c b/sys/pc98/cbus/sio.c index 6a21b5bf9dc..962d4f9d3db 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.83 1999/03/25 08:26:50 kato Exp $ + * $Id: sio.c,v 1.84 1999/04/01 13:44:15 kato Exp $ */ #include "opt_comconsole.h" @@ -2514,7 +2514,7 @@ more_intr: count = tc->tc_get_timecount(tc); pps_event(&com->pps, tc, count, (modem_status & MSR_DCD) ? - PPS_CAPTUREASSERT : PPS_CAPTURECLEAR); + PPS_CAPTURECLEAR : PPS_CAPTUREASSERT); } } line_status = inb(com->line_status_port); diff --git a/sys/pc98/pc98/sio.c b/sys/pc98/pc98/sio.c index 6a21b5bf9dc..962d4f9d3db 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.83 1999/03/25 08:26:50 kato Exp $ + * $Id: sio.c,v 1.84 1999/04/01 13:44:15 kato Exp $ */ #include "opt_comconsole.h" @@ -2514,7 +2514,7 @@ more_intr: count = tc->tc_get_timecount(tc); pps_event(&com->pps, tc, count, (modem_status & MSR_DCD) ? - PPS_CAPTUREASSERT : PPS_CAPTURECLEAR); + PPS_CAPTURECLEAR : PPS_CAPTUREASSERT); } } line_status = inb(com->line_status_port);