2009-06-19 07:03:32 +00:00
|
|
|
From 4cfe8e8e8342fe61113b0395d099d8ddb4ffb53e Mon Sep 17 00:00:00 2001
|
2009-04-09 14:45:38 +00:00
|
|
|
From: Adam Jackson <ajax@redhat.com>
|
2009-06-19 07:03:32 +00:00
|
|
|
Date: Thu, 18 Jun 2009 13:49:28 +1000
|
2009-04-09 14:45:38 +00:00
|
|
|
Subject: [PATCH] config: Remove i810 from the autoload list, we don't ship it.
|
|
|
|
|
|
|
|
---
|
|
|
|
hw/xfree86/common/xf86AutoConfig.c | 1 -
|
|
|
|
1 files changed, 0 insertions(+), 1 deletions(-)
|
|
|
|
|
|
|
|
diff --git a/hw/xfree86/common/xf86AutoConfig.c b/hw/xfree86/common/xf86AutoConfig.c
|
2009-06-19 07:03:32 +00:00
|
|
|
index abcedde..4ee5af6 100644
|
2009-04-09 14:45:38 +00:00
|
|
|
--- a/hw/xfree86/common/xf86AutoConfig.c
|
|
|
|
+++ b/hw/xfree86/common/xf86AutoConfig.c
|
2009-06-19 07:03:32 +00:00
|
|
|
@@ -176,7 +176,6 @@ videoPtrToDriverList(struct pci_device *dev,
|
|
|
|
break; /* "hooray" for poulsbo */
|
2009-04-09 14:45:38 +00:00
|
|
|
} else {
|
|
|
|
driverList[0] = "intel";
|
|
|
|
- driverList[1] = "i810";
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
case 0x102b: driverList[0] = "mga"; break;
|
|
|
|
--
|
2009-06-19 07:03:32 +00:00
|
|
|
1.6.3.rc1.2.g0164.dirty
|
2009-04-09 14:45:38 +00:00
|
|
|
|