Re: Q:Shared IRQ

Alan Cox (alan@lxorguk.ukuu.org.uk)
Tue, 5 Mar 2002 00:17:32 +0000 (GMT)


> I get not only my interrupts, but also the interrupts of the shared
> device, namely the network card. Is this what I should expect? If I

Yes.

> get a notification for the network card, why is the dev_id the same as
> what I passed? If I didn't have an interrupt pending bit on my
> hardware, how would I distinguish between the interrupts?

If you don't have an interrupt pending bit you are probably completely screwed.
PCI assumes you can tell if you caused the interrupt or you can service events
even if not needed (which basically comes down to the same thing).

Only your driver knows if you are a possible IRQ cause, its up to you to
handle it
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/