Hi!
I have trouble getting some Interrupts. I have used getpir to create a irq_tables.c but I get a warning message during startup: "Inconsistent IRQ routing table size (0xd0/0xc0)"
mainly it is the network interfaces that does not work. It feels like i have missed a leap in the IRQ configuration. I have not yet been able to understand the importance and use of the mptable.c for IRQ configuration, is this my source of trouble?
I've attached some output when booted from linuxbios and the created irq_tables.c in use.
linuxbios also fail to map the tg3 net interfaces through MSI which the standard bios does, but it maps the intel net interfaces through MSI... how come?
Thanks for any help! /Thomas