From: Martin Mares Date: Sun, 17 Feb 2008 10:50:32 +0000 (+0100) Subject: Enable the i386-ports method on Linux/x86_64 as well. X-Git-Tag: v3.0.0~1^2~17 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=623234ec465fa01be0bbf1666d10899113f294a4;p=pciutils.git Enable the i386-ports method on Linux/x86_64 as well. --- diff --git a/ChangeLog b/ChangeLog index 6a3120b..00cd23a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-02-17 Martin Mares + + * The i386-ports method is enabled on Linux/x86_64 as well. + 2008-02-13 Martin Mares * Released as 2.2.10-net2. diff --git a/lib/configure b/lib/configure index 7f4a238..dbd79e6 100755 --- a/lib/configure +++ b/lib/configure @@ -52,7 +52,7 @@ case $sys in echo >>$c '#define PCI_PATH_PROC_BUS_PCI "/proc/bus/pci"' echo >>$c '#define PCI_PATH_SYS_BUS_PCI "/sys/bus/pci"' case $cpu in - i386) echo_n " i386-ports" + i386|x86_64) echo_n " i386-ports" echo >>$c '#define PCI_HAVE_PM_INTEL_CONF' ;; esac