diff options
-rw-r--r-- | radeontool.c | 2 |
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__ |