summaryrefslogtreecommitdiff
path: root/src/radeon_bios.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/radeon_bios.c')
-rw-r--r--src/radeon_bios.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/radeon_bios.c b/src/radeon_bios.c
index fa8305ce..529dda7f 100644
--- a/src/radeon_bios.c
+++ b/src/radeon_bios.c
@@ -378,7 +378,9 @@ RADEONGetBIOSInfo(ScrnInfoPtr pScrn, xf86Int10InfoPtr pInt10)
GET_REF_CLOCK, &atomBiosArg);
info->MasterDataStart = RADEON_BIOS16 (info->ROMHeaderStart + 32);
- } else {
+ }
+#if 0
+ else {
/* non-primary card may need posting */
if (!pInt10) {
xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Attempting to POST via BIOS tables\n");
@@ -386,7 +388,7 @@ RADEONGetBIOSInfo(ScrnInfoPtr pScrn, xf86Int10InfoPtr pInt10)
RADEONPostCardFromBIOSTables(pScrn);
}
}
-
+#endif
return TRUE;
}