I want to run some legacy ISA binaries on a PCI interrupt and I can
force them to set the Shared parameter...but I'm afraid I'm stuck with
the existing InterruptMode parameter...I was hoping it was a "don't
care" on i386 particularly since PCI Interrupt router would take care of
level/edge xlation....but apparently i'm mistaken...
Thanks,
Phil Vincent
assaf.
Phil Vincent <pvin...@systemsoft.com> wrote in article
<348368...@systemsoft.com>...
Basically, there are only a handful of interrupt entry points (IDT). Two of
these are chained (level sensitive) and unchained (edge triggered). These
kernel-mode chained handler knows that more than one ISR might own the
vector. The unchained handler knows that only one ISR is registered for
this vector.
-Paul
Phil Vincent wrote in message <348368...@systemsoft.com>...