Re: [PATCH] PnP Changes for 2.5.72

Adam Belay (ambx1@neo.rr.com)
Thu, 19 Jun 2003 23:42:49 +0000


On Thu, Jun 19, 2003 at 09:36:32AM +0100, Russell King wrote:
> It's purpose is trying to ensure that we don't use an interrupt which
> another serial port is using. Presumably this is because the card does

PnP automatically does this without modification to the rule structure.

> not work, for whatever reason, when it shares interrupts with other serial
> ports.
>

I removed avoid_irq_share because the current pnp code, like the previous, does
not allow irq sharing. Also it corrupts the device rule structure by replacing
it with modified values that may not apply after devices are disabled etc.
Is there a set of conditions I could follow to determine if a serial pnp device
is capable of irq sharing, and also with which other devices can a capable
device share an irq? If so, I could have the resource manager handle this type
of situation when few irqs are available.

Thanks,
Adam
-
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/