summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2006-05-18 23:52:51 +0000
committerAdam Jackson <ajax@nwnk.net>2006-05-18 23:52:51 +0000
commitdeebf6bd51117c01a3217f134bd952481b9e41ab (patch)
tree2f0a53c8615c86e5c8318517246d95f2ef371568 /ChangeLog
parent91239d83f4e27835cf871348b5ff6c892bd4f4f4 (diff)
Bug #4139: Fix a BAR remapping bug that could lead to IERR and system hang.
(Egbert Eich)
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)