summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/i830_driver.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/i830_driver.c b/src/i830_driver.c
index bf2a4a38..802bb2e2 100644
--- a/src/i830_driver.c
+++ b/src/i830_driver.c
@@ -1150,6 +1150,13 @@ I830PreInit(ScrnInfoPtr pScrn, int flags)
pI830->PciInfo->func);
#endif
+ if (!IS_I9XX(pI830)) {
+ xf86DrvMsg(pScrn->scrnIndex, X_WARNING,
+ "Running on a pre-915 chip, this is not a tested configuration\n");
+ xf86DrvMsg(pScrn->scrnIndex, X_WARNING,
+ "The 'i810' driver is the supported driver for this chipset\n");
+ }
+
/* Allocate an entity private if necessary */
if (xf86IsEntityShared(pScrn->entityList[0])) {
pI830Ent = xf86GetEntityPrivate(pScrn->entityList[0],