Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Michael L. Hitch <mhitch@netbsd.org>
List: source-changes
Date: 03/07/2000 15:41:37
Module Name:	syssrc
Committed By:	mhitch
Date:		Tue Mar  7 23:41:36 UTC 2000

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

Log Message:
Using interrupt bits in a switch statement doesn't work very well if more
than one interrupt bit is set (unless you do some fancy case values).
Check each interrupt bit individually and process the interrupt if set.
5000/200 doesn't hang shortly after booting now.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 syssrc/sys/arch/pmax/pmax/dec_3max.c

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