summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Jones2006-03-01 20:23:14 +0100
committerDave Jones2006-03-01 20:23:14 +0100
commit9d1ef8a64e21e57109be45a7345b09cf913e4b0e (patch)
tree160cd9b330e142b417341b9a2f01a438b26116a2
parent[AGPGART] Lots of CodingStyle/whitespace cleanups. (diff)
downloadkernel-qcow2-linux-9d1ef8a64e21e57109be45a7345b09cf913e4b0e.tar.gz
kernel-qcow2-linux-9d1ef8a64e21e57109be45a7345b09cf913e4b0e.tar.xz
kernel-qcow2-linux-9d1ef8a64e21e57109be45a7345b09cf913e4b0e.zip
[AGPGART] ATI RS350 support.
From: Julien Tous <julien.tous@gmail.com> Signed-off-by: Dave Jones <davej@redhat.com>
-rw-r--r--drivers/char/agp/ati-agp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/char/agp/ati-agp.c b/drivers/char/agp/ati-agp.c
index 4a26a2a01c2f..06fd10ba0c5e 100644
--- a/drivers/char/agp/ati-agp.c
+++ b/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 */
};