]> mj.ucw.cz Git - pciutils.git/blobdiff - lib/configure
CXL: Capability vendor ID changed
[pciutils.git] / lib / configure
index 363f5b486c07e45fc6d0f0e16e3e71ecaa038dd4..08b94624b9425a2f52c252de0c368f997b7dd982 100755 (executable)
@@ -116,11 +116,17 @@ case $sys in
                echo_n " nbsd-libpci"
                echo >>$c '#define PCI_HAVE_PM_NBSD_LIBPCI'
                echo >>$c '#define PCI_PATH_NBSD_DEVICE "/dev/pci0"'
+               echo >>$c '#define PCI_HAVE_64BIT_ADDRESS'
                echo >>$m 'LIBNAME=libpciutils'
                echo >>$m 'WITH_LIBS+=-lpci'
                LIBRESOLV=
                ;;
-       gnu)
+       gnu)
+               echo_n " hurd i386-ports"
+               echo >>$c '#define PCI_HAVE_PM_HURD_CONF'
+               echo >>$c '#define PCI_HAVE_PM_INTEL_CONF'
+               ;;
+       djgpp)
                echo_n " i386-ports"
                echo >>$c '#define PCI_HAVE_PM_INTEL_CONF'
                ;;
@@ -137,6 +143,13 @@ case $sys in
                esac
                echo >>$c '#define PCI_HAVE_STDINT_H'
                ;;
+       sylixos)
+               echo >>$c '#define PCI_PATH_SYLIXOS_DEVICE "/proc/pci"'
+               echo >>$c '#define PCI_HAVE_64BIT_ADDRESS'
+               echo >>$c '#define PCI_HAVE_PM_SYLIXOS_DEVICE'
+               IDSDIR="/etc/pci"
+               LIBRESOLV=
+               ;;
        *)
                echo " Unfortunately, your OS is not supported by the PCI Library"
                exit 1