diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-12-29 09:07:00 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-12-29 09:07:00 +0000 |
commit | cf3102acc07a060a1eaf3019ddcdddc00eab2fb1 (patch) | |
tree | 324e402737268d08b8d07915f08e1285b4d1ef2f | |
parent | 4aed2c33eb0e2c98db0d6a6ad13997651fad06bf (diff) |
Set SS-5 IOMMU version to Turbosparc to match default CPU (Robert Reif)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3873 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r-- | hw/sun4m.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/sun4m.c b/hw/sun4m.c index 6361c928a4..513dc23271 100644 --- a/hw/sun4m.c +++ b/hw/sun4m.c @@ -698,7 +698,7 @@ static const struct hwdef hwdefs[] = { .me_irq = 30, .cs_irq = 5, .machine_id = 0x80, - .iommu_version = 0x04000000, + .iommu_version = 0x05000000, .intbit_to_level = { 2, 3, 5, 7, 9, 11, 0, 14, 3, 5, 7, 9, 11, 13, 12, 12, 6, 0, 4, 10, 8, 0, 11, 0, 0, 0, 0, 0, 15, 0, 15, 0, |