diff options
author | Dave Jones <davej@redhat.com> | 2006-03-01 20:23:14 +0100 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2006-03-01 20:23:14 +0100 |
commit | 9d1ef8a64e21e57109be45a7345b09cf913e4b0e (patch) | |
tree | 160cd9b330e142b417341b9a2f01a438b26116a2 /drivers/char | |
parent | [AGPGART] Lots of CodingStyle/whitespace cleanups. (diff) | |
download | linux-9d1ef8a64e21e57109be45a7345b09cf913e4b0e.tar.xz linux-9d1ef8a64e21e57109be45a7345b09cf913e4b0e.zip |
[AGPGART] ATI RS350 support.
From: Julien Tous <julien.tous@gmail.com>
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'drivers/char')
-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 4a26a2a01c2f..06fd10ba0c5e 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 */ }; |