]> mj.ucw.cz Git - pciutils.git/commitdiff
Added x86_64.
authorMartin Mares <mj@ucw.cz>
Mon, 22 Aug 2005 22:21:19 +0000 (22:21 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 5 May 2006 12:18:27 +0000 (14:18 +0200)
git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-70

ChangeLog
TODO
lib/configure

index d37e410bae8705fc77f4b474125d4f4248270cfb..35078fc525e506db407e81820caf9a5cca30827a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-23  Martin Mares  <mj@ucw.cz>
+
+       * lib/configure: Added x86_64 on Linux.
+
 2005-08-22  Martin Mares  <mj@ucw.cz>
 
        * lib/filter.c (pci_filter_parse_slot): Fixed parsing of domain filters.
diff --git a/TODO b/TODO
index 48ffc482eb86511a2cc5161e2d0fb65ad1264406..6ec9b0e410a670a1f22ee917992b3493dc055f7c 100644 (file)
--- 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".
 
 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
index dd706515ee8e9d58f93012d85d2689d1b48cddeb..8521d202b3f0482b816c4f1bd878b227cf8d803a 100755 (executable)
@@ -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