Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch



Module Name:    src
Committed By:   fvdl
Date:           Sun May  4 22:01:59 UTC 2003

Modified Files:
        src/sys/arch/i386/i386: genassym.cf vector.S
        src/sys/arch/i386/include: i82093reg.h
        src/sys/arch/x86/include: i8259.h intr.h intrdefs.h
        src/sys/arch/x86/x86: ioapic.c

Log Message:
Block level-triggered interrupts at the ioapic if they are deferred.
Avoids interrupt storms seen on some systems. Many thanks to
Stoned Elipot for testing.


To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 src/sys/arch/i386/i386/genassym.cf
cvs rdiff -r1.7 -r1.8 src/sys/arch/i386/i386/vector.S
cvs rdiff -r1.4 -r1.5 src/sys/arch/i386/include/i82093reg.h
cvs rdiff -r1.2 -r1.3 src/sys/arch/x86/include/i8259.h
cvs rdiff -r1.1 -r1.2 src/sys/arch/x86/include/intr.h \
    src/sys/arch/x86/include/intrdefs.h
cvs rdiff -r1.3 -r1.4 src/sys/arch/x86/x86/ioapic.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