You need to update the entries at mptable.c for your slots or onboard pci device.
YH
Dear YH,
excuse me, how about the irq_tables.c? should I modify it like tyan/s2882 did.
printk_debug("setting Onboard Broadcom NIC\n"); static const unsigned char slotIrqs_8131_1_9[4] = { 5, 9, 0, 0 }; pci_assign_irqs(bus_8131_1, 9, slotIrqs_8131_1_9); write_pirq_info(pirq_info, bus_8131_1,(9<<3)|0, 0x1, 0xdef8, 0x2, 0xdef8, 0, 0, 0, 0, 0, 0); pirq_info++; slot_num++;
2006/6/20, Lu, Yinghai yinghai.lu@amd.com:
You need to update the entries at mptable.c for your slots or onboard pci device.
YH