mac_newworld: always enable disable_direct_reg3_writes for ADB machines
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Fri, 22 Jun 2018 08:00:09 +0000 (09:00 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 2 Jul 2018 23:56:51 +0000 (09:56 +1000)
commit5107a9cb431b816af6d7e450c22b044198bc6d18
treea0c805615c8677e927a856276e1fa16562ac0167
parentb7d678135f0294489e0458ef97088e848d08dfb5
mac_newworld: always enable disable_direct_reg3_writes for ADB machines

Commit 84051eb400 "adb: add property to disable direct reg 3 writes" added a
workaround for MacOS 9 incorrectly setting the mouse address during boot of
PMU machines.

Further testing has shown that since fb6649f172 "adb: fix read reg 3 byte
ordering" this can still sometimes happen with the CUDA mac99 machine,
so let's enable this workaround for all New World machines using ADB for now.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/mac_newworld.c