Hi All:
I have tried to boot from network with linuxbios and failed. The output showed:
"PCI: No IRQ known for interrupt pin A of device 04:01.0. Probably buggy MP table"
Will the irq_table only be loaded in hardwaremain() which is not called in etherboot? Who can give me some help? Thanks.
Ps: the attached is the output.
Best wishes, Lawrence
Greetings,
Actually, hardwaremain is called when etherboot is used. LinuxBIOS itself leaves the mptable in memory for the kernel to find later based on signature.
Your kernel definatly found the table.
You'll need to boot the board with the OEM BIOS and use the util/mptable utility to dump an MP table that works for that board.
G'day, sjames
On Fri, 17 Jan 2003, Lawrence LL. Dai wrote:
Hi All:
I have tried to boot from network with linuxbios and failed. The output showed:
"PCI: No IRQ known for interrupt pin A of device 04:01.0. Probably buggy MP table"
Will the irq_table only be loaded in hardwaremain() which is not called in etherboot? Who can give me some help? Thanks.
Ps: the attached is the output.
Best wishes, Lawrence
either you PIRQ table or your MPTABLE or both are wrong. You will need to fix this.
ron