Fix bug in event signalling.
This commit is contained in:
parent
a3983c0010
commit
eb947d2f5e
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: pms.c,v 1.19 1999/02/02 04:02:26 mark Exp $ */
|
||||
/* $NetBSD: pms.c,v 1.20 1999/06/01 09:34:07 mark Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996 D.C. Tsen
|
||||
@ -614,7 +614,7 @@ pmsintr(arg)
|
||||
sc->sc_state &= ~PMS_ASLP;
|
||||
wakeup((caddr_t)sc);
|
||||
}
|
||||
if (dosignal)
|
||||
/* if (dosignal)*/
|
||||
psignal(sc->sc_proc, SIGIO);
|
||||
}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: qms.c,v 1.21 1999/02/02 04:02:26 mark Exp $ */
|
||||
/* $NetBSD: qms.c,v 1.22 1999/06/01 09:34:06 mark Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) Scott Stevens 1995 All rights reserved
|
||||
@ -402,7 +402,7 @@ qmsintr(arg)
|
||||
wakeup((caddr_t)sc);
|
||||
}
|
||||
|
||||
if (dosignal)
|
||||
/* if (dosignal)*/
|
||||
psignal(sc->sc_proc, SIGIO);
|
||||
|
||||
sc->lastx = x;
|
||||
|
Loading…
Reference in New Issue
Block a user