[EMAIL PROTECTED] wrote: > Quoting [EMAIL PROTECTED]: > >> Quoting Corey Osgood <[EMAIL PROTECTED]>: >> >>> [EMAIL PROTECTED] wrote: >>>> I keep getting this error message when building, anyone know what >>>> this means?? >>>> Is there a bug in the i82801db_lpc.c file? >>>> >>>> --------------------------------------- >>>> i82801db_lpc.o >>>> /root/LinuxBIOSv2-2564/src/southbridge/intel/i82801db/i82801db_lpc.c >>>> /root/LinuxBIOSv2-2564/src/southbridge/intel/i82801db/i82801db_lpc.c:415: >>>> error: ?PCI_DEVICE_ID_INTEL_82801DB_ISA? undeclared here (not in a >>>> function) >>>> make[1]: *** [i82801db_lpc.o] Error 1 >>>> make[1]: Leaving directory >>>> `/root/LinuxBIOSv2-2564/targets/rca/rm4100/rm4100/normal' >>>> make: *** [normal/linuxbios.rom] Error 1 >>>> ---------------------------------------- >>>> >>>> Thanks - Joe >>>> >>> Add "#include <device/pci_ids.h>" (without quotes) to the top of the file. >>> >>> -Corey >>> >> It's already there? Is there somewhere else I am supposed to define >> PCI_DEVICE_ID_INTEL_82801DB_ISA ?? >> >> Thanks - Joe >> > Also I don't see this defined in pci_ids.h anywhere?? > > Thanks - Joe > > >
Yep, someone's changed things around, either in the device files or pci_ids.h. Alright, grab an lspci -n and a regular lspci, and figure out which device ID corresponds to your PCI-to-ISA bridge (I think this is what it's looking for). Then replace PCI_DEVICE_ID_INTEL_82801DB_ISA with 0x<value>. Is this for i815 (i82801aa/ba)? If it is, you'll have to replace the pci ids anyways. -Corey -- linuxbios mailing list [email protected] http://www.openbios.org/mailman/listinfo/linuxbios
