From: Dave Jones Date: Wed, 1 Mar 2006 19:23:14 +0000 (-0500) Subject: [AGPGART] ATI RS350 support. X-Git-Tag: v2.6.17-rc1~668^2~2 X-Git-Url: http://ftp.safe.ca/?a=commitdiff_plain;h=9d1ef8a64e21e57109be45a7345b09cf913e4b0e;p=safe%2Fjmp%2Flinux-2.6 [AGPGART] ATI RS350 support. From: Julien Tous Signed-off-by: Dave Jones --- diff --git a/drivers/char/agp/ati-agp.c b/drivers/char/agp/ati-agp.c index 4a26a2a..06fd10b 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 */ };