NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/38763
The following reply was made to PR kern/38763; it has been noted by GNATS.
From: Havard Eidnes <he%NetBSD.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: kern/38763
Date: Tue, 27 May 2008 10:47:02 +0200 (CEST)
Hi,
it appears this diff is also needed:
Index: sys/arch/x68k/dev/com.c
===================================================================
RCS file: /u/nb/src/sys/arch/x68k/dev/com.c,v
retrieving revision 1.51
diff -u -p -r1.51 com.c
--- sys/arch/x68k/dev/com.c 28 Apr 2008 20:23:39 -0000 1.51
+++ sys/arch/x68k/dev/com.c 27 May 2008 08:20:04 -0000
@@ -1066,7 +1066,7 @@ comintr(void *arg)
if (ISSET(lsr, LSR_TXRDY) && ISSET(tp->t_state, TS_BUSY)) {
CLR(tp->t_state, TS_BUSY | TS_FLUSH);
if (sc->sc_halt > 0)
- clwakeup(&tp->t_outq);
+ cv_broadcast(&tp->t_outcv);
(*tp->t_linesw->l_start)(tp);
}
Regards,
- Havard
Home |
Main Index |
Thread Index |
Old Index