summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/com.c3
-rw-r--r--sys/dev/isa/com.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/ic/com.c b/sys/dev/ic/com.c
index 1a4748a826e..f37d5ce0a5d 100644
--- a/sys/dev/ic/com.c
+++ b/sys/dev/ic/com.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: com.c,v 1.25 1996/10/30 15:01:49 niklas Exp $ */
+/* $OpenBSD: com.c,v 1.26 1996/11/09 21:50:43 tholo Exp $ */
/* $NetBSD: com.c,v 1.82.4.1 1996/06/02 09:08:00 mrg Exp $ */
/*-
@@ -1562,6 +1562,7 @@ comintr(arg)
goto next;
}
#endif
+ data = 0;
}
if (p >= sc->sc_ibufend) {
sc->sc_floods++;
diff --git a/sys/dev/isa/com.c b/sys/dev/isa/com.c
index 1a4748a826e..f37d5ce0a5d 100644
--- a/sys/dev/isa/com.c
+++ b/sys/dev/isa/com.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: com.c,v 1.25 1996/10/30 15:01:49 niklas Exp $ */
+/* $OpenBSD: com.c,v 1.26 1996/11/09 21:50:43 tholo Exp $ */
/* $NetBSD: com.c,v 1.82.4.1 1996/06/02 09:08:00 mrg Exp $ */
/*-
@@ -1562,6 +1562,7 @@ comintr(arg)
goto next;
}
#endif
+ data = 0;
}
if (p >= sc->sc_ibufend) {
sc->sc_floods++;