git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-70
+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.
- 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
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'
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