From: Navdeep Parhar Date: Thu, 19 Mar 2026 00:24:41 +0000 (-0700) Subject: FreeBSD supports 64b PCI addresses X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=9d2e82fe6562171aad5ae62321918e3245c64d7b;p=pciutils.git FreeBSD supports 64b PCI addresses --- diff --git a/lib/configure b/lib/configure index 4aad925..4e44746 100755 --- a/lib/configure +++ b/lib/configure @@ -112,6 +112,7 @@ case $sys in if [ "$sys" != "kfreebsd" ] ; then LIBRESOLV= fi + echo >>$c '#define PCI_HAVE_64BIT_ADDRESS' ;; openbsd) echo_n " obsd-device mem-ports ecam"