From: Martin Mares Date: Mon, 22 Aug 2005 22:21:19 +0000 (+0000) Subject: Added x86_64. X-Git-Tag: v3.0.0~95 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=121c76c99840c87112b74858cf66726793eb9375;p=pciutils.git Added x86_64. git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-70 --- diff --git a/ChangeLog b/ChangeLog index d37e410..35078fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-08-23 Martin Mares + + * lib/configure: Added x86_64 on Linux. + 2005-08-22 Martin Mares * lib/filter.c (pci_filter_parse_slot): Fixed parsing of domain filters. diff --git a/TODO b/TODO index 48ffc48..6ec9b0e 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,5 @@ - lspci: don't die when non-root tries to dump cardbus data; mention the - "available only to root" things in the man page. + "available only to root" things in the man page. And possibly adjust exit code. - pci.ids: "Unknown mass storage controller" -> "Mass storage controller". @@ -12,3 +12,11 @@ PCIIDS: - another mirror at Atrey? - delete old DB at SF + +MERGES: +- pcimodules??? +- Debian: a couple of bug fixes +- RedHat: bug fixes +- SuSE: synced +- MDK: synced +- Slack: obsolete diff --git a/lib/configure b/lib/configure index dd70651..8521d20 100755 --- a/lib/configure +++ b/lib/configure @@ -38,7 +38,7 @@ echo_n "Looking for access methods..." case $sys in linux*) case $rel in - 2.[1-9]*|[3-9]*) echo_n "sysfs proc" + 2.[1-9]*|[3-9]*) echo_n " sysfs proc" echo >>$c '#define PCI_HAVE_PM_LINUX_SYSFS' echo >>$c '#define PCI_HAVE_PM_LINUX_PROC' echo >>$c '#define PCI_HAVE_LINUX_BYTEORDER_H' @@ -52,7 +52,7 @@ case $sys in echo >>$c '#define PCI_HAVE_PM_INTEL_CONF' ok=1 ;; - alpha|ia64|sparc|sparc64|ppc|ppc64) + alpha|ia64|sparc|sparc64|ppc|ppc64|x86_64) echo >>$c '#define PCI_HAVE_64BIT_ADDRESS' ;; esac