From 73ff279469be9c7cbf9f533b85fcb553694ff413 Mon Sep 17 00:00:00 2001 From: George Sapountzis Date: Thu, 7 Feb 2008 18:00:55 +0200 Subject: mach64: BIOSBase is no longer used --- src/atiprobe.c | 4 ---- src/atistruct.h | 1 - 2 files changed, 5 deletions(-) (limited to 'src') 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; /* -- cgit v1.2.3