Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc
Module Name: syssrc
Committed By: drochner
Date: Mon Oct 25 14:49:42 UTC 1999
Modified Files:
syssrc/sys/arch/i386/isa: isa_machdep.c
Log Message:
-mask interrupts w/o a handler
-update PIC _after_ the interrupt handler is linked into the chain
This fixes problems with dynamically installed interrupt handlers:
Interrupts were enabled before the handler was installed under some
circumstances (esp. on faster machines), leading to endless interrupt
handling.
To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 syssrc/sys/arch/i386/isa/isa_machdep.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