summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Williams <nate@FreeBSD.org>1998-02-14 16:17:17 +0000
committerNate Williams <nate@FreeBSD.org>1998-02-14 16:17:17 +0000
commita021db163920dc34bf9cd29f7041fe994520ab7f (patch)
treeea20fac9d3d4fbd4a6580145a25785de68d7c0ea
parentb916ff7fcc1083d132d16166746d42ea83407078 (diff)
Notes
-rw-r--r--sys/dev/sio/sio.c4
-rw-r--r--sys/i386/isa/sio.c4
-rw-r--r--sys/isa/sio.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c
index a1da0ff40776..5374b32b1212 100644
--- a/sys/dev/sio/sio.c
+++ b/sys/dev/sio/sio.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
- * $Id: sio.c,v 1.195 1998/01/24 02:54:25 eivind Exp $
+ * $Id: sio.c,v 1.196 1998/02/13 12:45:56 phk Exp $
*/
#include "opt_comconsole.h"
@@ -1517,7 +1517,7 @@ siointr1(com)
int_ctl = inb(com->intr_ctl_port);
int_ctl_new = int_ctl;
- while (TRUE) {
+ while (!com->gone) {
line_status = inb(com->line_status_port);
/* input event? (check first to help avoid overruns) */
diff --git a/sys/i386/isa/sio.c b/sys/i386/isa/sio.c
index a1da0ff40776..5374b32b1212 100644
--- a/sys/i386/isa/sio.c
+++ b/sys/i386/isa/sio.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
- * $Id: sio.c,v 1.195 1998/01/24 02:54:25 eivind Exp $
+ * $Id: sio.c,v 1.196 1998/02/13 12:45:56 phk Exp $
*/
#include "opt_comconsole.h"
@@ -1517,7 +1517,7 @@ siointr1(com)
int_ctl = inb(com->intr_ctl_port);
int_ctl_new = int_ctl;
- while (TRUE) {
+ while (!com->gone) {
line_status = inb(com->line_status_port);
/* input event? (check first to help avoid overruns) */
diff --git a/sys/isa/sio.c b/sys/isa/sio.c
index a1da0ff40776..5374b32b1212 100644
--- a/sys/isa/sio.c
+++ b/sys/isa/sio.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
- * $Id: sio.c,v 1.195 1998/01/24 02:54:25 eivind Exp $
+ * $Id: sio.c,v 1.196 1998/02/13 12:45:56 phk Exp $
*/
#include "opt_comconsole.h"
@@ -1517,7 +1517,7 @@ siointr1(com)
int_ctl = inb(com->intr_ctl_port);
int_ctl_new = int_ctl;
- while (TRUE) {
+ while (!com->gone) {
line_status = inb(com->line_status_port);
/* input event? (check first to help avoid overruns) */