summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@airlied-rhel5.(none)>2010-04-21 11:06:44 +1000
committerDave Airlie <airlied@airlied-rhel5.(none)>2010-04-21 11:06:44 +1000
commit81bba167f6ad7989a98e1c2dfc40209d436449a9 (patch)
tree031ead1837aff155008bb1a0a3cb603ba3374cb7
parentaea4f5322987bba0d55e0df5148d98788996ecc8 (diff)
intel-2.2.1-warn-8xx.patch
-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],