From 1.1.5:

>revision 1.8
>date: 1994/06/03 06:42:30;  author: davidg;  state: Exp;  lines: +2 -2
>Patch from Bruce Evans: npxintr() needs to mask softclock().
This commit is contained in:
David Greenman 1994-09-22 14:44:16 +00:00
parent 9093632c7d
commit 6ce81dd1b2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2977
3 changed files with 6 additions and 6 deletions

View File

@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
* $Id: npx.c,v 1.11 1994/09/09 23:12:32 wollman Exp $
* $Id: npx.c,v 1.12 1994/09/15 16:32:07 paul Exp $
*/
#include "npx.h"
@ -104,7 +104,7 @@ struct isa_driver npxdriver = {
npxprobe, npxattach, "npx",
};
u_int npx0_imask;
u_int npx0_imask = SWI_CLOCK_MASK;
struct proc *npxproc;
static bool_t npx_ex16;

View File

@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
* $Id: npx.c,v 1.11 1994/09/09 23:12:32 wollman Exp $
* $Id: npx.c,v 1.12 1994/09/15 16:32:07 paul Exp $
*/
#include "npx.h"
@ -104,7 +104,7 @@ struct isa_driver npxdriver = {
npxprobe, npxattach, "npx",
};
u_int npx0_imask;
u_int npx0_imask = SWI_CLOCK_MASK;
struct proc *npxproc;
static bool_t npx_ex16;

View File

@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
* $Id: npx.c,v 1.11 1994/09/09 23:12:32 wollman Exp $
* $Id: npx.c,v 1.12 1994/09/15 16:32:07 paul Exp $
*/
#include "npx.h"
@ -104,7 +104,7 @@ struct isa_driver npxdriver = {
npxprobe, npxattach, "npx",
};
u_int npx0_imask;
u_int npx0_imask = SWI_CLOCK_MASK;
struct proc *npxproc;
static bool_t npx_ex16;