Re: pcmcia oops on 2.6.17-rc[12]

From: Alan Cox
Date: Mon May 15 2006 - 21:05:26 EST


On Llu, 2006-05-15 at 17:18 -0700, Linus Torvalds wrote:
> The irq auto-detection should work with shared interrupts, but yes, it
> won't _detect_ them if they are already in use (but it's ok with them
> becoming shared later).
>
> That said, true ISA cards obviously won't ever have a shared irq, in any
> normal circumstances.

It really isn't that simple. ISAPnP and later ISA cards often allowed
the IRQ to be configured at runtime. Drivers doing this depend upon the
request_irq failing to decide which interrupt line to assign. The
resource management side of exclusive IRQ allocation is for better or
worse deeply embedded in the current interrupt design.

Alan

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