On Thu, Jul 24, 2008 at 3:44 PM, ron minnich <[EMAIL PROTECTED]> wrote: > On Thu, Jul 24, 2008 at 9:16 AM, Stefan Reinauer <[EMAIL PROTECTED]> wrote: >> ron minnich wrote: >>> >>> So I started to fix it up with names and respond to the other comments. >>> >>> Turns out you can't do this: >>> #include <pci/pci.h> >>> >>> #include <device/pci_ids.h> >>> >> >> Why would you pull in both libpci and coreboot headers? > > so I can say AMD instead of 0x1022. the standard PCI includes don't have that. > >> >> libpci pretty much brings its own PCI ID database. > > well, sort of. What did I miss?
turns out I did not miss anything. libpci has no pci id database that I can find. You have to use a kernel including file from a kernel source tree, it's not even in include/linux. Suggestions welcome at this point. ron -- coreboot mailing list [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

