Commit 384ccb5d348656584de998fc0aee81d5efa3b11e

Authored by blueswir1
1 parent 9aca99a0

Fix slavio_misc base


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2774 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 2 additions and 2 deletions
hw/sun4m.c
... ... @@ -401,7 +401,7 @@ static const struct hwdef hwdefs[] = {
401 401 .iommu_base = 0x10000000,
402 402 .tcx_base = 0x50000000,
403 403 .cs_base = 0x6c000000,
404   - .slavio_base = 0x71000000,
  404 + .slavio_base = 0x70000000,
405 405 .ms_kb_base = 0x71000000,
406 406 .serial_base = 0x71100000,
407 407 .nvram_base = 0x71200000,
... ... @@ -433,7 +433,7 @@ static const struct hwdef hwdefs[] = {
433 433 .iommu_base = 0xe0000000, // XXX Actually at 0xfe0000000ULL (36 bits)
434 434 .tcx_base = 0x20000000, // 0xe20000000ULL,
435 435 .cs_base = -1,
436   - .slavio_base = 0xf1000000, // 0xff1000000ULL,
  436 + .slavio_base = 0xf0000000, // 0xff0000000ULL,
437 437 .ms_kb_base = 0xf1000000, // 0xff1000000ULL,
438 438 .serial_base = 0xf1100000, // 0xff1100000ULL,
439 439 .nvram_base = 0xf1200000, // 0xff1200000ULL,
... ...