Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Michael L. Hitch <mhitch@netbsd.org>
List: source-changes
Date: 11/14/1999 19:54:54
Module Name:	syssrc
Committed By:	mhitch
Date:		Mon Nov 15 03:54:54 UTC 1999

Modified Files:
	syssrc/sys/arch/pmax/pmax: dec_3min.c

Log Message:
Set IOASIC interrupt mask when changing device interrupts.  (Old
initialization appears to have enabled IOASIC interrupts, and then used
a separate mask in the interrupt routine to decide which ones to process.
New initialization doesn't enable all the required interrupts, and the
device interrupt enable/disable routine wasn't changing the IOASIC mask).
Also fix a printf() format type.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 syssrc/sys/arch/pmax/pmax/dec_3min.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.