From f7acda41f4fc2370ebbae22b47fc8f51332d4416 Mon Sep 17 00:00:00 2001 From: Julien Tous Date: Mon, 18 Sep 2006 19:16:24 +0200 Subject: [PATCH] [AGPGART] ATI RS350 support. From: Julien Tous Signed-off-by: Dave Jones Signed-off-by: Adrian Bunk --- 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 5b74c36c116c..fcba749ee7cb 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 */ }; -- 2.39.5