aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cy
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-12-28 06:23:03 +0000
committerBruce Evans <bde@FreeBSD.org>1997-12-28 06:23:03 +0000
commitabee4d9808456dfc5bd08a19e125264379d850e3 (patch)
tree3f5d280b787eb4e53219da8257b39873401f7796 /sys/dev/cy
parente9326030932134d65bedde0f93d7e9883f70f1d9 (diff)
Notes
Diffstat (limited to 'sys/dev/cy')
-rw-r--r--sys/dev/cy/cy.c3
-rw-r--r--sys/dev/cy/cy_isa.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/cy/cy.c b/sys/dev/cy/cy.c
index 001b3f26e978..8b243bec2127 100644
--- a/sys/dev/cy/cy.c
+++ b/sys/dev/cy/cy.c
@@ -27,7 +27,7 @@
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: cy.c,v 1.57 1997/12/06 13:22:26 bde Exp $
+ * $Id: cy.c,v 1.58 1997/12/16 17:39:59 eivind Exp $
*/
#include "opt_compat.h"
@@ -2105,6 +2105,7 @@ comstart(tp)
}
enable_intr();
if (tp->t_state & (TS_TIMEOUT | TS_TTSTOP)) {
+ ttwwakeup(tp);
splx(s);
return;
}
diff --git a/sys/dev/cy/cy_isa.c b/sys/dev/cy/cy_isa.c
index 001b3f26e978..8b243bec2127 100644
--- a/sys/dev/cy/cy_isa.c
+++ b/sys/dev/cy/cy_isa.c
@@ -27,7 +27,7 @@
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: cy.c,v 1.57 1997/12/06 13:22:26 bde Exp $
+ * $Id: cy.c,v 1.58 1997/12/16 17:39:59 eivind Exp $
*/
#include "opt_compat.h"
@@ -2105,6 +2105,7 @@ comstart(tp)
}
enable_intr();
if (tp->t_state & (TS_TIMEOUT | TS_TTSTOP)) {
+ ttwwakeup(tp);
splx(s);
return;
}