> anyway, the patch works for me, i'm curious wether it helps Patrick's
> problem. It's against vanilla 2.1.124.
Still no interrupts from the ethernet card. Two changes are evident:
The message 'eth0: Interrupt posted but not delivered -- IRQ blocked by
another device?' has disappeared, and the irq->pin mappings at boot time
tell me that 9->-2, as would be expected from your patch.
But it's still broken...
Potentially dumb question:
+ if (fast_irq_2_pin[irq] != -1)
+ fast_irq_2_pin[irq] = -2;
Doesn't that break if an IRQ is shared across three pins? Is sharing
across three pins possible?
--Patrick