OSDN Git Service

i82378: Remove bogus MMIO coalescing
authorJan Kiszka <jan.kiszka@siemens.com>
Fri, 17 Aug 2012 10:56:44 +0000 (12:56 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 21 Aug 2012 20:18:24 +0000 (15:18 -0500)
commit0ec64507a5e6366e6d8070a82c866b935f687ed9
tree27b76bb33aa7495c80d143ebbbdb4099be477043
parent55ce75faf253d4369670f60409c608e665e8dde9
i82378: Remove bogus MMIO coalescing

This MMIO area is an entry gate to legacy PC ISA devices, addressed via
PIO over there. Quite a few of the PIO ports have side effects on access
like starting/stopping timers that must be executed properly ordered
/wrt the CPU. So we have to remove the coalescing mark.

Acked-by: Hervé Poussineau <hpoussin@reactos.org>
Acked-by: Andreas Färber <andreas.faerber@web.de>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/i82378.c