[LinuxBIOS] New Target for LinuxBios MB1030 / 3036

Stefan Reinauer stepan at coresystems.de
Sat Apr 22 01:06:40 CEST 2006


* Richard Smith <smithbone at gmail.com> [060422 00:26]:
> >
> > newer versions of pciutils want the pci domain in addition to bus:dev:fn
> >
> 
> Oh yeah I remember that now.  His pciutils library is too old and
> there isn't an easy way to detect which one is in use.  64-bit systems
> require the newer pciutils IIRC.
> 
> Wasn't their some option in the makefile to choose what lib to use?

There's this macro in pci-userspace.c:
#define LIBPCI_CHECK_VERSION(major,minor,micro) \
 ( (LIBPCI_MAJOR_VERSION > (major)) || \
   (LIBPCI_MAJOR_VERSION == (major) && LIBPCI_MINOR_VERSION > (minor)) || \
 (LIBPCI_MAJOR_VERSION == (major) && LIBPCI_MINOR_VERSION == (minor)) && \
 LIBPCI_MICRO_VERSION >= (micro) )

but for some reason it doesn't seem to work.. I guess
LIBPCI_MAJOR_VERSION et al are not set correctly anymore or something
in most recent pciutil version

Christian, what pciutils/libpci version are you using?

-- 
coresystems GmbH · Brahmsstr. 16 · D-79104 Freiburg i. Br.
      Tel.: +49 761 7668825 · Fax: +49 761 7664613
Email: info at coresystems.de  · http://www.coresystems.de/




More information about the coreboot mailing list