ESCC: swap the two CharDriverState arguments
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 13 Jan 2009 19:08:18 +0000 (19:08 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 13 Jan 2009 19:08:18 +0000 (19:08 +0000)
commit5ca78e8e792d7e68c2f143312b0626bf7a155016
tree40da731ec2fe48e395cc8bd1dfa668a96180c037
parent5f4f8658ec201568ec1dd80b64b0f994e9829255
ESCC: swap the two CharDriverState arguments

Swap the two CharDriverState arguments so that the first argument
corresponds to the channel A and the second argument to the channel B.

Modify hw/sun4m.c accordingly.

This fixes the order of the serial ports on the PPC machines.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6284 c046a42c-6fe2-441c-8c8c-71466251a162
hw/escc.c
hw/escc.h
hw/sun4m.c