From 81bba167f6ad7989a98e1c2dfc40209d436449a9 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Wed, 21 Apr 2010 11:06:44 +1000 Subject: intel-2.2.1-warn-8xx.patch --- src/i830_driver.c | 7 +++++++ 1 file changed, 7 insertions(+) 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], -- cgit v1.2.3