The kernel complains:::
pcie_portdrv_probe->Dev[005d:10de] has invalid IRQ. Check vendor BIOS assign_interrupt_mode Found MSI capability pcie_portdrv_probe->Dev[005d:10de] has invalid IRQ. Check vendor BIOS assign_interrupt_mode Found MSI capability pcie_portdrv_probe->Dev[005d:10de] has invalid IRQ. Check vendor BIOS assign_interrupt_mode Found MSI capability pcie_portdrv_probe->Dev[005d:10de] has invalid IRQ. Check vendor BIOS
I have them set in mptable.c for(i=0;i<4;i++) 0x10 + (2+i+4-sbdn%4)%4) 0x10 + (1+i+4-sbdn%4)%4) 0x10 + (0+i+4-sbdn%4)%4) 0x10 + (0+i)%4)
And if I delete these lines in mptable.c i still get the same kernel compliant.
Thank you, steve
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
On Wed, Jun 21, 2006 at 12:26:11PM -0700, steve yannalfo wrote:
I have them set in mptable.c for(i=0;i<4;i++) 0x10 + (2+i+4-sbdn%4)%4) 0x10 + (1+i+4-sbdn%4)%4) 0x10 + (0+i+4-sbdn%4)%4) 0x10 + (0+i)%4)
This looks like pseudocode, but anyway: check that the loop has curly braces.
//Peter