Hi,

While grep'ing through shared-core/drm_pciids.txt, I found out that there are some duplicate entries for Intel chipsets. The attached patch remove the dups and move the i915 section below the i810 and i830 sections. I'm not sure if this is really important or not, but dropping a note will certainly not hurt anyone ;-)

Regards,

Xavier
--- drm_pciids.txt.orig	2006-06-17 23:22:30.000000000 +0200
+++ drm_pciids.txt	2006-06-17 23:24:23.000000000 +0200
@@ -231,6 +231,12 @@
 0x8086 0x3582 0 "Intel i852GM/i855GM GMCH"
 0x8086 0x2572 0 "Intel i865G GMCH"
 
+[i915]
+0x8086 0x2582 0 "Intel i915G"
+0x8086 0x2592 0 "Intel i915GM"
+0x8086 0x2772 0 "Intel i945G"
+0x8086 0x27A2 0 "Intel i945GM"
+
 [gamma]
 0x3d3d 0x0008 0 "3DLabs GLINT Gamma G1"
 
@@ -261,16 +267,6 @@
 
 [ffb]
 
-[i915]
-0x8086 0x3577 0 "Intel i830M GMCH"
-0x8086 0x2562 0 "Intel i845G GMCH"
-0x8086 0x3582 0 "Intel i852GM/i855GM GMCH"
-0x8086 0x2572 0 "Intel i865G GMCH"
-0x8086 0x2582 0 "Intel i915G"
-0x8086 0x2592 0 "Intel i915GM"
-0x8086 0x2772 0 "Intel i945G"
-0x8086 0x27A2 0 "Intel i945GM"
-
 [imagine]
 0x105d 0x2309 IMAGINE_128 "Imagine 128"
 0x105d 0x2339 IMAGINE_128_2 "Imagine 128-II"
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to