diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-06 17:33:14 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-06 17:33:14 +0000 |
commit | 384ccb5d348656584de998fc0aee81d5efa3b11e (patch) | |
tree | 84c8a26ad0e84369038f8d3e430e7bf333e58b57 /hw | |
parent | 9aca99a06d68ba2a84ff8a0f9bd337402fd5ffe5 (diff) |
Fix slavio_misc base
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2774 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 ae9222af1e..89f4b418d2 100644 --- a/hw/sun4m.c +++ b/hw/sun4m.c @@ -401,7 +401,7 @@ static const struct hwdef hwdefs[] = { .iommu_base = 0x10000000, .tcx_base = 0x50000000, .cs_base = 0x6c000000, - .slavio_base = 0x71000000, + .slavio_base = 0x70000000, .ms_kb_base = 0x71000000, .serial_base = 0x71100000, .nvram_base = 0x71200000, @@ -433,7 +433,7 @@ static const struct hwdef hwdefs[] = { .iommu_base = 0xe0000000, // XXX Actually at 0xfe0000000ULL (36 bits) .tcx_base = 0x20000000, // 0xe20000000ULL, .cs_base = -1, - .slavio_base = 0xf1000000, // 0xff1000000ULL, + .slavio_base = 0xf0000000, // 0xff0000000ULL, .ms_kb_base = 0xf1000000, // 0xff1000000ULL, .serial_base = 0xf1100000, // 0xff1100000ULL, .nvram_base = 0xf1200000, // 0xff1200000ULL, |