OSDN Git Service

update pci_ids
authorChia-I Wu <olvaffe@gmail.com>
Wed, 24 Aug 2011 06:05:29 +0000 (14:05 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Wed, 24 Aug 2011 06:52:40 +0000 (14:52 +0800)
pci_ids/pci_id_driver_map.h
pci_ids/r600_pci_ids.h
pci_ids/vmwgfx_pci_ids.h [new file with mode: 0644]

index 9112efd..c3eec14 100644 (file)
@@ -53,6 +53,12 @@ static const int r600_chip_ids[] = {
 #undef CHIPSET
 };
 
+static const int vmwgfx_chip_ids[] = {
+#define CHIPSET(chip, name, family) chip,
+#include "pci_ids/vmwgfx_pci_ids.h"
+#undef CHIPSET
+};
+
 static const struct {
    int vendor_id;
    const char *driver;
@@ -71,6 +77,7 @@ static const struct {
    { 0x1002, "r300", r300_chip_ids, ARRAY_SIZE(r300_chip_ids) },
    { 0x1002, "r600", r600_chip_ids, ARRAY_SIZE(r600_chip_ids) },
    { 0x10de, "nouveau", NULL, -1 },
+   { 0x15ad, "vmwgfx", vmwgfx_chip_ids, ARRAY_SIZE(vmwgfx_chip_ids) },
    { 0x0000, NULL, NULL, 0 },
 };
 
index 3340458..725270a 100644 (file)
@@ -249,6 +249,7 @@ CHIPSET(0x6749, TURKS_6749, TURKS)
 CHIPSET(0x6750, TURKS_6750, TURKS)
 CHIPSET(0x6758, TURKS_6758, TURKS)
 CHIPSET(0x6759, TURKS_6759, TURKS)
+CHIPSET(0x675F, TURKS_675F, TURKS)
 
 CHIPSET(0x6760, CAICOS_6760, CAICOS)
 CHIPSET(0x6761, CAICOS_6761, CAICOS)
@@ -260,4 +261,5 @@ CHIPSET(0x6766, CAICOS_6766, CAICOS)
 CHIPSET(0x6767, CAICOS_6767, CAICOS)
 CHIPSET(0x6768, CAICOS_6768, CAICOS)
 CHIPSET(0x6770, CAICOS_6770, CAICOS)
+CHIPSET(0x6778, CAICOS_6778, CAICOS)
 CHIPSET(0x6779, CAICOS_6779, CAICOS)
diff --git a/pci_ids/vmwgfx_pci_ids.h b/pci_ids/vmwgfx_pci_ids.h
new file mode 100644 (file)
index 0000000..124d75b
--- /dev/null
@@ -0,0 +1 @@
+CHIPSET(0x0405, SVGAII, SVGAII)