All of lore.kernel.org
 help / color / mirror / Atom feed
* drm: VIA invalid device IDs removal
@ 2007-08-28 13:02 Xavier Bachelot
  0 siblings, 0 replies; only message in thread
From: Xavier Bachelot @ 2007-08-28 13:02 UTC (permalink / raw)
  To: airlied, akpm, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 196 bytes --]

Remove 2 invalid device ids from in-kernel drm tree.

0x1106, 0x7204 is unknown and thus is not an IGP/GPU.
0x1106, 0x3304 is K8M800 hostbridge, not an IGP/GPU.
None of them are in drm git tree.


[-- Attachment #2: drm-via_invalid_ids_removal.patch --]
[-- Type: text/x-patch, Size: 737 bytes --]

--- a/drivers/char/drm/drm_pciids.h	2007-08-28 14:08:27.000000000 +0200
+++ b/drivers/char/drm/drm_pciids.h	2007-08-28 14:17:12.000000000 +0200
@@ -236,10 +236,8 @@
 	{0x1106, 0x3022, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
 	{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, 0x7204, 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, 0x3304, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
 	{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}, \

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-08-29  3:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-28 13:02 drm: VIA invalid device IDs removal Xavier Bachelot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.