Actually the irqtable entries is only for peer root pci bus scan when mptable is used.
So you need to make sure mptable is right, and put entries for hypertransport chain other than on bus0.
YH
________________________________
From: vincente.tsou@gmail.com [mailto:vincente.tsou@gmail.com] On Behalf Of Vincente Tsou Sent: Tuesday, June 20, 2006 7:05 PM To: Lu, Yinghai Cc: Stefan Reinauer; linuxbios@linuxbios.org Subject: Re: [LinuxBIOS] New guy in LinuxBios
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