summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1998-02-15 11:18:47 +0000
committerkato <kato@FreeBSD.org>1998-02-15 11:18:47 +0000
commit295276ab745f94a8231c5ebfb4aa09b2a5176954 (patch)
tree235306d1cdafdb3857f71111767af349c790dba6 /sys
parente7e4c824930987c0aefa6232a8a48307883e0dce (diff)
downloadFreeBSD-src-295276ab745f94a8231c5ebfb4aa09b2a5176954.zip
FreeBSD-src-295276ab745f94a8231c5ebfb4aa09b2a5176954.tar.gz
Sync with sys/i386/isa/sio.c revision 1.197.
Diffstat (limited to 'sys')
-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 dd94fb4..cde76af 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.51 1998/02/02 07:59:05 kato Exp $
+ * $Id: sio.c,v 1.52 1998/02/13 12:46:20 phk Exp $
*/
#include "opt_comconsole.h"
@@ -1957,7 +1957,7 @@ recv_data=0;
int_ctl = inb(com->intr_ctl_port);
int_ctl_new = int_ctl;
- while (TRUE) {
+ while (!com->gone) {
#ifdef PC98
status_read:;
if (IS_8251(com->pc98_if_type)) {
diff --git a/sys/pc98/pc98/sio.c b/sys/pc98/pc98/sio.c
index dd94fb4..cde76af 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.51 1998/02/02 07:59:05 kato Exp $
+ * $Id: sio.c,v 1.52 1998/02/13 12:46:20 phk Exp $
*/
#include "opt_comconsole.h"
@@ -1957,7 +1957,7 @@ recv_data=0;
int_ctl = inb(com->intr_ctl_port);
int_ctl_new = int_ctl;
- while (TRUE) {
+ while (!com->gone) {
#ifdef PC98
status_read:;
if (IS_8251(com->pc98_if_type)) {
OpenPOWER on IntegriCloud