[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <47DBB442.90509@freemail.hu>
Date: Sat, 15 Mar 2008 12:34:26 +0100
From: Németh Márton <nm127@...email.hu>
To: David Airlie <airlied@...ux.ie>
CC: Shankar Giri V <shankargiri@...il.com>,
dri-devel@...ts.sourceforge.net,
LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH] change the type of Unichrome display adapter (PCI ID=1106:3108)
From: Márton Németh <nm127@...email.hu>
Change the type of Unichrome display adapter with PCI ID=1106:3108 to
get rid of message "irq 16: nobody cared".
See http://bugzilla.kernel.org/show_bug.cgi?id=8641 for details.
Signed-off-by: Shankar Giri V <shankargiri@...il.com>
Signed-off-by: Márton Németh <nm127@...email.hu>
---
--- linux-2.6.25-rc5/drivers/char/drm/drm_pciids.h.orig 2008-03-15 10:58:49.000000000 +0100
+++ linux-2.6.25-rc5/drivers/char/drm/drm_pciids.h 2008-03-15 10:59:31.000000000 +0100
@@ -335,7 +335,7 @@
{0x1106, 0x3118, PCI_ANY_ID, PCI_ANY_ID, 0, 0, VIA_PRO_GROUP_A}, \
{0x1106, 0x3122, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
{0x1106, 0x7205, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
- {0x1106, 0x3108, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
+ {0x1106, 0x3108, PCI_ANY_ID, PCI_ANY_ID, 0, 0, VIA_PRO_GROUP_A}, \
{0x1106, 0x3344, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
{0x1106, 0x3343, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
{0x1106, 0x3230, PCI_ANY_ID, PCI_ANY_ID, 0, 0, VIA_DX9_0}, \
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists