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.

ron

-- 
coreboot mailing list
coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to