diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-02-11 20:01:36 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-02-11 20:01:36 +0000 |
commit | 577d8dd43779f6ae75cb1b49606443ddab870bda (patch) | |
tree | 7a92d9ea553fca87a253359728ddc6cb621661b2 /hw | |
parent | 3deaeab717e8632c0c1825b566c92aceaf8c4c75 (diff) |
Fix SS-20 auxio addresses
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3980 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw')
-rw-r--r-- | hw/sun4m.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/sun4m.c b/hw/sun4m.c index 8b3c49ddb5..55abfe8b7d 100644 --- a/hw/sun4m.c +++ b/hw/sun4m.c @@ -823,8 +823,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 = 0x20000000, // version 0, implementation 2 .sun4c_intctl_base = -1, |