summaryrefslogtreecommitdiff
path: root/src/atimach64exa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/atimach64exa.c')
-rw-r--r--src/atimach64exa.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/atimach64exa.c b/src/atimach64exa.c
index a2f1afe..67c5f22 100644
--- a/src/atimach64exa.c
+++ b/src/atimach64exa.c
@@ -638,15 +638,6 @@ Bool ATIMach64ExaInit(ScreenPtr pScreen)
ATIPtr pATI = ATIPTR(pScreenInfo);
ExaDriverPtr pExa;
- /* FIXME: which chips support EXA ? */
- if (pATI->Chip < ATI_CHIP_264CT)
- {
- xf86DrvMsg(pScreenInfo->scrnIndex, X_ERROR,
- "EXA is not supported for ATI chips earlier than "
- "the ATI Mach64.\n");
- return FALSE;
- }
-
pExa = exaDriverAlloc();
if (!pExa)
return FALSE;