summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1999-04-03 15:51:14 +0000
committerkato <kato@FreeBSD.org>1999-04-03 15:51:14 +0000
commit4b5383c5c6363f0801d9d5d05403fee66f05fcc3 (patch)
tree17d9f9c7d902ab86971daffa41b1de70bc05db55 /sys/pc98
parent1ea5fe55b8ca8931c160e2d26f6476338beb5bfa (diff)
downloadFreeBSD-src-4b5383c5c6363f0801d9d5d05403fee66f05fcc3.zip
FreeBSD-src-4b5383c5c6363f0801d9d5d05403fee66f05fcc3.tar.gz
Sync with sys/i386/isa/sio.c revision 1.234.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/cbus/sio.c4
-rw-r--r--sys/pc98/pc98/sio.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/pc98/cbus/sio.c b/sys/pc98/cbus/sio.c
index 6a21b5b..962d4f9 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 6a21b5b..962d4f9 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);
OpenPOWER on IntegriCloud