38a8c9f
From c799dd4390e5ea301c8f4f81784ac590b97f7a07 Mon Sep 17 00:00:00 2001
38a8c9f
From: Adam Jackson <ajax@redhat.com>
38a8c9f
Date: Tue, 10 Feb 2009 10:25:19 -0500
38a8c9f
Subject: [PATCH] autoconfig: ignore poulsbo
38a8c9f
38a8c9f
Thanks, Intel.
38a8c9f
---
38a8c9f
 hw/xfree86/common/xf86AutoConfig.c |    2 ++
38a8c9f
 1 files changed, 2 insertions(+), 0 deletions(-)
38a8c9f
38a8c9f
diff --git a/hw/xfree86/common/xf86AutoConfig.c b/hw/xfree86/common/xf86AutoConfig.c
38a8c9f
index a9a1fd2..19c06c8 100644
38a8c9f
--- a/hw/xfree86/common/xf86AutoConfig.c
38a8c9f
+++ b/hw/xfree86/common/xf86AutoConfig.c
38a8c9f
@@ -171,6 +171,8 @@ videoPtrToDriverList(struct pci_device *dev,
38a8c9f
 	case 0x8086:
38a8c9f
 	    if ((dev->device_id == 0x00d1) || (dev->device_id == 0x7800)) {
38a8c9f
 		driverList[0] = "i740";
38a8c9f
+	    } else if (dev->device_id == 0x8108) {
38a8c9f
+		break; /* you got powervr in my intel! */
38a8c9f
 	    } else {
38a8c9f
 		driverList[0] = "intel";
38a8c9f
 		driverList[1] = "i810";
38a8c9f
-- 
38a8c9f
1.6.1.2
38a8c9f