summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-06-05 20:22:06 +0000
committerDaniel Stone <daniel@fooishbar.org>2006-06-05 20:22:06 +0000
commit8444bb77c91cf8a23d32b3cc9749e2a3d3f9f9eb (patch)
tree8b662b942a260167ebd2b0dab3000b7ada4e140e /ChangeLog
parent11cf4d2fde9219e8d6ca427acae89a0c9f5d71b1 (diff)
When we can, bound the maximum number of PCI devices to attempt to scan, by
the number found on the system. Only implemented for Linux right now.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 019eb90a0..77a936667 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-06-05 Daniel Stone <daniel@freedesktop.org>
+
+ * hw/xfree86/os-support/bus/Pci.c:
+ * hw/xfree86/os-support/bus/Pci.h:
+ * hw/xfree86/os-support/bus/linuxPci.c:
+ * hw/xfree86/os-support/linux/lnx_pci.c:
+ When we can, bound the maximum number of PCI devices to attempt to
+ scan, by the number found on the system. Only implemented for Linux
+ right now.
+
2006-06-05 Keith Packard <keithp@keithp.com>
* acinclude.m4:
@@ -58,7 +68,7 @@
* configure.ac:
Bump to 1.1.99.2.
-
+
* configure.ac:
* hw/xfree86/os-support/bus/Pci.h:
Add support for kFreeBSD systems. (Robert Millan, Aurelien Jarno)