diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-05-18 23:52:51 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-05-18 23:52:51 +0000 |
commit | deebf6bd51117c01a3217f134bd952481b9e41ab (patch) | |
tree | 2f0a53c8615c86e5c8318517246d95f2ef371568 /ChangeLog | |
parent | 91239d83f4e27835cf871348b5ff6c892bd4f4f4 (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-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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) |