summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b865ec109..3972c19c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2006-05-18 Adam Jackson <ajax@freedesktop.org>
+ * hw/xfree86/common/xf86Priv.h:
+ * hw/xfree86/common/xf86pciBus.c:
+ * hw/xfree86/dummylib/Makefile.am:
+ * hw/xfree86/dummylib/getemptypci.c:
+ * hw/xfree86/os-support/bus/Pci.c:
+ * hw/xfree86/os-support/bus/xf86Pci.h:
+ * hw/xfree86/os-support/linux/lnx_pci.c:
+ Bug #4139: Fix a BAR remapping bug that could lead to IERR and
+ system hang. (Egbert Eich)
+
+2006-05-18 Adam Jackson <ajax@freedesktop.org>
+
* hw/xfree86/os-support/linux/lnx_pci.c:
Bug #6377: Ignore disabled BARs, and allow matching BARs
aligned to less than 16 bytes. (Felix Kühling, ATI)