summaryrefslogtreecommitdiff
path: root/src
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
parentcaea326cc6f1932bb299f451be013651a5749ea7 (diff)
mach64: BIOSBase is no longer used
Diffstat (limited to 'src')
-rw-r--r--src/atiprobe.c4
-rw-r--r--src/atistruct.h1
2 files changed, 0 insertions, 5 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;
}
diff --git a/src/atistruct.h b/src/atistruct.h
index d5749476..0db9486f 100644
--- a/src/atistruct.h
+++ b/src/atistruct.h
@@ -283,7 +283,6 @@ typedef struct _ATIRec
/*
* BIOS-related definitions.
*/
- unsigned long BIOSBase;
CARD8 I2CType, Tuner, Decoder, Audio;
/*