]> git.hungrycats.org Git - linux/commitdiff
[AGPGART] ATI RS350 support.
authorJulien Tous <julien.tous@gmail.com>
Mon, 18 Sep 2006 17:16:24 +0000 (19:16 +0200)
committerAdrian Bunk <bunk@stusta.de>
Mon, 18 Sep 2006 17:16:24 +0000 (19:16 +0200)
From: Julien Tous <julien.tous@gmail.com>
Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
drivers/char/agp/ati-agp.c

index 5b74c36c116c7e112c0265ddf147e249586d8981..fcba749ee7cb154288fecd6f0531de910681b8af 100644 (file)
@@ -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 */
 };