瀏覽代碼

[AGPGART] ATI RS350 support.

From: Julien Tous <julien.tous@gmail.com>
Signed-off-by: Dave Jones <davej@redhat.com>
Dave Jones 19 年之前
父節點
當前提交
9d1ef8a64e
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      drivers/char/agp/ati-agp.c

+ 4 - 0
drivers/char/agp/ati-agp.c

@@ -466,6 +466,10 @@ static struct agp_device_ids ati_agp_device_ids[] __devinitdata =
 		.device_id	= PCI_DEVICE_ID_ATI_RS300_200,
 		.chipset_name	= "IGP9100/M",
 	},
+	{
+		.device_id	= PCI_DEVICE_ID_ATI_RS350_200,
+		.chipset_name	= "IGP9100/M",
+	},
 	{ }, /* dummy final entry, always present */
 };