summary refs log tree commit diff stats
path: root/hw/sun4m.c
diff options
context:
space:
mode:
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2007-04-07 19:33:54 +0000
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2007-04-07 19:33:54 +0000
commit1c6e907082cf00c483be24612c9c4504446f09e1 (patch)
tree5b6dc3badb8f36241a408ee385de241af8949d65 /hw/sun4m.c
parentd537cf6c8624b27ce2b63431d2f8937f6356f652 (diff)
downloadfocaccia-qemu-1c6e907082cf00c483be24612c9c4504446f09e1.tar.gz
focaccia-qemu-1c6e907082cf00c483be24612c9c4504446f09e1.zip
Fix TCX base on SS10
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2636 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/sun4m.c')
-rw-r--r--hw/sun4m.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/sun4m.c b/hw/sun4m.c
index b41dd25b16..f371278735 100644
--- a/hw/sun4m.c
+++ b/hw/sun4m.c
@@ -376,7 +376,7 @@ static const struct hwdef hwdefs[] = {
     /* SS-10 */
     {
         .iommu_base   = 0xe0000000, // XXX Actually at 0xfe0000000ULL (36 bits)
-        .tcx_base     = 0x21000000, // 0xe21000000ULL,
+        .tcx_base     = 0x20000000, // 0xe20000000ULL,
         .cs_base      = -1,
         .slavio_base  = 0xf1000000, // 0xff1000000ULL,
         .ms_kb_base   = 0xf1000000, // 0xff1000000ULL,