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