projects
/
wrapfs-3.19.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c338cfc
)
[AGPGART] ATI RS350 support.
author
Julien Tous
<julien.tous@gmail.com>
Mon, 18 Sep 2006 17:16:24 +0000
(19:16 +0200)
committer
Adrian Bunk
<bunk@stusta.de>
Mon, 18 Sep 2006 17:16:24 +0000
(19:16 +0200)
From: Julien Tous <julien.tous@gmail.com>
Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
drivers/char/agp/ati-agp.c
patch
|
blob
|
history
diff --git
a/drivers/char/agp/ati-agp.c
b/drivers/char/agp/ati-agp.c
index 5b74c36c116c7e112c0265ddf147e249586d8981..fcba749ee7cb154288fecd6f0531de910681b8af 100644
(file)
--- 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 */
};