Tagged Questions
2
votes
1answer
951 views
What determines whether an interrupt is IO-APIC-edge or IO-APIC-level?
Looking at the contents of /proc/interrupts on an x86 Linux, I see that some of the interrupts are IO-APIC-edge while others are IO-APIC-level.
I wonder what determines the interrupt type, is it the ...