Subject: CVS commit: src/sys/arch/sgimips/dev
To: None <source-changes@NetBSD.org>
From: Steve Rumble <rumble@netbsd.org>
List: source-changes
Date: 09/01/2006 03:33:41
Module Name: src
Committed By: rumble
Date: Fri Sep 1 03:33:41 UTC 2006
Modified Files:
src/sys/arch/sgimips/dev: int.c
Log Message:
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.12 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.