On 11.02.2008 14:05, ron minnich wrote: > On Feb 10, 2008 9:32 PM, Peter Stuge <[EMAIL PROTECTED]> wrote: > >> On Sun, Feb 10, 2008 at 01:35:01PM -0800, ron minnich wrote: >> >>>> "southbridge/intel/i82371eb" >>>> >>> That doesn't help. PCI gives you two 16-bit numbers. From those two >>> 16-bit numbers, you have to find a constructor. >>> >> Doh. We have to use the PCI ids then. >> > > Right, but there is no rule that says we can't take those two PCI IDs > and convert them to a string: "PCI:xxxx,xxxx" and match that string. > > So we have to use those PCI ids but can transform them if needed. I do > that now i the code, but not to a string. >
How do you handle the case where two identical PCI devices need different settings? Regards, Carl-Daniel -- coreboot mailing list [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

