diff options
Diffstat (limited to 'hw/sun4m.c')
-rw-r--r-- | hw/sun4m.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/hw/sun4m.c b/hw/sun4m.c index a0a17f29c3..8b3c49ddb5 100644 --- a/hw/sun4m.c +++ b/hw/sun4m.c @@ -692,7 +692,7 @@ static const struct hwdef hwdefs[] = { .dma_base = 0x78400000, .esp_base = 0x78800000, .le_base = 0x78c00000, - .apc_base = 0x7a000000, // XXX 0x6a000000, + .apc_base = 0x6a000000, .aux1_base = 0x71900000, .aux2_base = 0x71910000, .ecc_base = -1, @@ -735,8 +735,8 @@ static const struct hwdef hwdefs[] = { .esp_base = 0xef0800000ULL, .le_base = 0xef0c00000ULL, .apc_base = 0xefa000000ULL, // XXX should not exist - .aux1_base = 0xff1900000ULL, // XXX 0xff1800000ULL, - .aux2_base = 0xff1910000ULL, // XXX 0xff1a01000ULL, + .aux1_base = 0xff1800000ULL, + .aux2_base = 0xff1a01000ULL, .ecc_base = 0xf00000000ULL, .ecc_version = 0x10000000, // version 0, implementation 1 .sun4c_intctl_base = -1, @@ -779,8 +779,8 @@ static const struct hwdef hwdefs[] = { .esp_base = 0xef0080000ULL, .le_base = 0xef0060000ULL, .apc_base = 0xefa000000ULL, // XXX should not exist - .aux1_base = 0xff1900000ULL, // XXX 0xff1800000ULL, - .aux2_base = 0xff1910000ULL, // XXX should not exist + .aux1_base = 0xff1800000ULL, + .aux2_base = 0xff1a01000ULL, // XXX should not exist .ecc_base = 0xf00000000ULL, .ecc_version = 0x00000000, // version 0, implementation 0 .sun4c_intctl_base = -1, |