Re: Handling interrupts from userspace

Alan Cox (alan@lxorguk.ukuu.org.uk)
Thu, 29 Jul 1999 14:48:32 +0100 (BST)


> If this is not possible ... is there any _generic_ driver to which I could
> "attach" a userspace application in order for this app to know when an
> interrupt has happened ?!?!

The kernel has to clear the IRQ cause on PCI or Nubus which means it has
to know about the card. Writing a small card specific driver to send
a signal each irq and clear the irq in kernel space works

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/