Shaohua Li wrote:
In IOAPIC mode, interrupt priority isn't related with the pin (in your
case, irq 16 or 19), but the vector of the pin. How vector of a pin is
allocated is quite random. Usually driver who calls pci_enable_device
earier will get a lower priority vector.

You used the words "random" and "usually". Could you elaborate on the randomness and when usually doesn't apply?

So the means to prioritize a driver is to see that it gets installed earlier? There is no other mechanism to "reserve" pin vector allocations for a specific device or driver?

Thanks,

Lee.
-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to