summaryrefslogtreecommitdiff
path: root/src/atiprobe.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/atiprobe.c')
-rw-r--r--src/atiprobe.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/atiprobe.c b/src/atiprobe.c
index ddfed31a..6636a7ee 100644
--- a/src/atiprobe.c
+++ b/src/atiprobe.c
@@ -191,10 +191,6 @@ ATIMach64Detect
return FALSE;
}
- /* Determine legacy BIOS address */
- pATI->BIOSBase = 0x000C0000U +
- (GetBits(inr(SCRATCH_REG1), BIOS_BASE_SEGMENT) << 11);
-
ATIUnmapApertures(-1, pATI);
return TRUE;
}