From: Julien Tous Date: Mon, 18 Sep 2006 17:16:24 +0000 (+0200) Subject: [AGPGART] ATI RS350 support. X-Git-Tag: v2.6.16.30-pre1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7acda41f4fc2370ebbae22b47fc8f51332d4416;p=people%2Fms%2Flinux.git [AGPGART] ATI RS350 support. From: Julien Tous Signed-off-by: Dave Jones Signed-off-by: Adrian Bunk --- 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 */ };