summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bennett <sb476@cam.ac.uk>2008-08-18 15:11:28 +0100
committerStuart Bennett <sb476@cam.ac.uk>2008-08-18 15:11:28 +0100
commitbb0161704d8be60ab2591dd57dffd6e0b6d3025f (patch)
tree29f6371bbec9e79719f1fee265d53c398941a98f
parent12a2783003b9b7681b89fbbcc6ffba5ccaff7eff (diff)
Sometimes being able to dump PRAMIN is useful
-rw-r--r--radeontool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/radeontool.c b/radeontool.c
index acc955b..5f2bcb2 100644
--- a/radeontool.c
+++ b/radeontool.c
@@ -497,7 +497,7 @@ We need to look through it to find the smaller region base address f8fffc00.
}
if(debug)
printf("Radeon found. Base control address is %x.\n",base);
- radeon_cntl_mem = map_devince_memory(base,0x700000);
+ radeon_cntl_mem = map_devince_memory(base,0x800000);
}
#ifdef __powerpc__