Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-4] src/sys/arch/sgimips/dev
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.
Home |
Main Index |
Thread Index |
Old Index