Alexander Graf <ag...@suse.de> writes: > On 11.07.2013, at 14:29, Alexander Graf wrote: > >> This patch breaks VGA on PPC as it is in master today. > > If I don't mark portio as little endian it works as expected. There's > probably someone swapping things twice.
This is the correct fix. Can you please send a patch? I/O dispatch functions take a native endian argument and when cpu_{in,out][bwl] is called it's passed a native endian argument. There is no need to ever byte swap. The ISA bus is going to have data pins numbered D0..D15. There is no concept of endianness. D0 is the LSB. How the CPU stores bytes in memory is orthogonal to what is happening on the bus. Regards, Anthony Liguori > > > Alex