Commit 1c6e907082cf00c483be24612c9c4504446f09e1

Authored by blueswir1
1 parent d537cf6c

Fix TCX base on SS10


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2636 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
hw/sun4m.c
@@ -376,7 +376,7 @@ static const struct hwdef hwdefs[] = { @@ -376,7 +376,7 @@ static const struct hwdef hwdefs[] = {
376 /* SS-10 */ 376 /* SS-10 */
377 { 377 {
378 .iommu_base = 0xe0000000, // XXX Actually at 0xfe0000000ULL (36 bits) 378 .iommu_base = 0xe0000000, // XXX Actually at 0xfe0000000ULL (36 bits)
379 - .tcx_base = 0x21000000, // 0xe21000000ULL, 379 + .tcx_base = 0x20000000, // 0xe20000000ULL,
380 .cs_base = -1, 380 .cs_base = -1,
381 .slavio_base = 0xf1000000, // 0xff1000000ULL, 381 .slavio_base = 0xf1000000, // 0xff1000000ULL,
382 .ms_kb_base = 0xf1000000, // 0xff1000000ULL, 382 .ms_kb_base = 0xf1000000, // 0xff1000000ULL,