diff options
author | Dave Jones <davej@redhat.com> | 2006-03-01 14:23:14 -0500 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2006-03-01 14:23:14 -0500 |
commit | 9d1ef8a64e21e57109be45a7345b09cf913e4b0e (patch) | |
tree | 160cd9b330e142b417341b9a2f01a438b26116a2 /drivers/char/agp | |
parent | 6a92a4e0d201aea6d7c83f100d77310676b2e049 (diff) |
[AGPGART] ATI RS350 support.
From: Julien Tous <julien.tous@gmail.com>
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'drivers/char/agp')
-rw-r--r-- | drivers/char/agp/ati-agp.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/char/agp/ati-agp.c b/drivers/char/agp/ati-agp.c index 4a26a2a01c2..06fd10ba0c5 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 */ }; |