From 9d2e82fe6562171aad5ae62321918e3245c64d7b Mon Sep 17 00:00:00 2001 From: Navdeep Parhar Date: Wed, 18 Mar 2026 17:24:41 -0700 Subject: [PATCH] FreeBSD supports 64b PCI addresses --- lib/configure | 1 + 1 file changed, 1 insertion(+) 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" -- 2.47.3