Commit 577d8dd43779f6ae75cb1b49606443ddab870bda

Authored by blueswir1
1 parent 3deaeab7

Fix SS-20 auxio addresses

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3980 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 2 additions and 2 deletions
hw/sun4m.c
... ... @@ -823,8 +823,8 @@ static const struct hwdef hwdefs[] = {
823 823 .esp_base = 0xef0800000ULL,
824 824 .le_base = 0xef0c00000ULL,
825 825 .apc_base = 0xefa000000ULL, // XXX should not exist
826   - .aux1_base = 0xff1900000ULL, // XXX 0xff1800000ULL,
827   - .aux2_base = 0xff1910000ULL, // XXX 0xff1a01000ULL,
  826 + .aux1_base = 0xff1800000ULL,
  827 + .aux2_base = 0xff1a01000ULL,
828 828 .ecc_base = 0xf00000000ULL,
829 829 .ecc_version = 0x20000000, // version 0, implementation 2
830 830 .sun4c_intctl_base = -1,
... ...