Date: Fri, 16 Feb 1996 15:18:05 +0500 (GMT+0500) From: "Serge A. Babkin" <babkin@hq.icb.chel.su> To: bde@zeta.org.au (Bruce Evans) Cc: hackers@freebsd.org Subject: Digi patch Message-ID: <199602161018.PAA04128@hq.icb.chel.su> In-Reply-To: <199512261054.VAA31894@godzilla.zeta.org.au> from "Bruce Evans" at Dec 26, 95 09:54:01 pm
next in thread | previous in thread | raw e-mail | index | archive | help
Hello!
There is a fix for the bug reported to me by Alexis Yashin (sometimes
the process hangs when closing digi port). Commit it please.
Thank you!
*** dgb.c 1996/02/05 04:35:28
--- dgb.c 1996/02/05 04:40:17
***************
*** 1386,1391 ****
--- 1386,1392 ----
}
#ifndef TS_ASLEEP /* post 2.0.5 FreeBSD */
ttwwakeup(tp);
+ wakeup(TSA_OCOMPLETE(tp));
#else
if(tp->t_state & TS_ASLEEP) {
tp->t_state &= ~TS_ASLEEP;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602161018.PAA04128>
