Subject: MI interrupt description
To: None <tech-kern@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-kern
Date: 10/04/2007 20:23:13
Hi all,
is it possible to define platform independent definitions for normal
interrupt routing constants? From x86 we have to distinguish at least
between Active Low / Active High and Edge / Level triggered interrupts.

I want to push this into the IOAPIC and i8259 handling on x86 at some
point as the current code is a mess abusing the IOAPIC constants in many
places, so I would like to see if we can come up with a generic list.

Joerg