Subject: CVS commit: [netbsd-4] src/sys/arch/sgimips/dev
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 09/06/2006 21:33:20
Module Name:	src
Committed By:	riz
Date:		Wed Sep  6 21:33:20 UTC 2006

Modified Files:
	src/sys/arch/sgimips/dev [netbsd-4]: int.c

Log Message:
Pull up following revision(s) (requested by rumble in ticket #110):
	sys/arch/sgimips/dev/int.c: revision 1.12
Remove the 'FIFO Full' hack for interrupt vector 0.
It is unclear that this interrupt fails to latch as int2_wait_fifo()
depends on it doing so and appears to work. Furthermore, we were previously
unconditionally unmasking the interrupt 0 vector, which led to more
'unexpected interrupt' messages on the console, rather than avoiding them.
Approved by sekiya@.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.11.18.1 src/sys/arch/sgimips/dev/int.c

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