From 9d1ef8a64e21e57109be45a7345b09cf913e4b0e Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Wed, 1 Mar 2006 14:23:14 -0500 Subject: [AGPGART] ATI RS350 support. From: Julien Tous Signed-off-by: Dave Jones --- drivers/char/agp/ati-agp.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/char/agp/ati-agp.c b/drivers/char/agp/ati-agp.c index 4a26a2a01c2fce..06fd10ba0c5ebc 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 */ }; -- cgit 1.2.3-korg