summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/sio/sio.c3
-rw-r--r--sys/i386/isa/sio.c3
-rw-r--r--sys/isa/sio.c3
3 files changed, 6 insertions, 3 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c
index 145239a..7e910d5 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.190 1997/12/06 13:23:04 bde Exp $
+ * $Id: sio.c,v 1.191 1997/12/16 17:40:07 eivind Exp $
*/
#include "opt_comconsole.h"
@@ -2199,6 +2199,7 @@ comstart(tp)
}
enable_intr();
if (tp->t_state & (TS_TIMEOUT | TS_TTSTOP)) {
+ ttwwakeup(tp);
splx(s);
return;
}
diff --git a/sys/i386/isa/sio.c b/sys/i386/isa/sio.c
index 145239a..7e910d5 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.190 1997/12/06 13:23:04 bde Exp $
+ * $Id: sio.c,v 1.191 1997/12/16 17:40:07 eivind Exp $
*/
#include "opt_comconsole.h"
@@ -2199,6 +2199,7 @@ comstart(tp)
}
enable_intr();
if (tp->t_state & (TS_TIMEOUT | TS_TTSTOP)) {
+ ttwwakeup(tp);
splx(s);
return;
}
diff --git a/sys/isa/sio.c b/sys/isa/sio.c
index 145239a..7e910d5 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.190 1997/12/06 13:23:04 bde Exp $
+ * $Id: sio.c,v 1.191 1997/12/16 17:40:07 eivind Exp $
*/
#include "opt_comconsole.h"
@@ -2199,6 +2199,7 @@ comstart(tp)
}
enable_intr();
if (tp->t_state & (TS_TIMEOUT | TS_TTSTOP)) {
+ ttwwakeup(tp);
splx(s);
return;
}
OpenPOWER on IntegriCloud