summaryrefslogtreecommitdiffstats
path: root/sys/dev/cy
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-12-28 06:23:03 +0000
committerbde <bde@FreeBSD.org>1997-12-28 06:23:03 +0000
commit233f52796593800d6f71dce51a62fc6ff42aea0f (patch)
treed57c12a554dfa9b26ab0d86ec8c6bba79601c7b7 /sys/dev/cy
parent6923614d1d4a817945245b1ef27d27fb072e8d00 (diff)
downloadFreeBSD-src-233f52796593800d6f71dce51a62fc6ff42aea0f.zip
FreeBSD-src-233f52796593800d6f71dce51a62fc6ff42aea0f.tar.gz
YAMFsio.c (always call ttwwakeup() before returning from comstart()).
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 001b3f2..8b243be 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 001b3f2..8b243be 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;
}
OpenPOWER on IntegriCloud