[LinuxBIOS] pcie irq's

Peter Stuge stuge-linuxbios at cdy.org
Wed Jun 21 23:15:08 CEST 2006


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




More information about the coreboot mailing list