Subject: CVS commit: [netbsd-3] src/sys/arch/sgimips/dev
To: None <source-changes@NetBSD.org>
From: Geert Hendrickx <ghen@netbsd.org>
List: source-changes
Date: 09/16/2006 16:48:56
Module Name:	src
Committed By:	ghen
Date:		Sat Sep 16 16:48:56 UTC 2006

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

Log Message:
Pull up following revision(s) (requested by rumble in ticket #1496):
	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.9 -r1.9.12.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.