summaryrefslogtreecommitdiff
path: root/src/atiprobe.c
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsap7@yahoo.gr>2008-02-07 18:00:55 +0200
committerGeorge Sapountzis <gsap7@yahoo.gr>2008-02-07 18:00:55 +0200
commit73ff279469be9c7cbf9f533b85fcb553694ff413 (patch)
tree1f58211febcfe2556f244a3f94e1691ef2302efd /src/atiprobe.c
parentcaea326cc6f1932bb299f451be013651a5749ea7 (diff)
mach64: BIOSBase is no longer used
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;
}