projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a92a4e
)
[AGPGART] ATI RS350 support.
author
Dave Jones
<davej@redhat.com>
Wed, 1 Mar 2006 19:23:14 +0000
(14:23 -0500)
committer
Dave Jones
<davej@redhat.com>
Wed, 1 Mar 2006 19:23:14 +0000
(14:23 -0500)
From: Julien Tous <julien.tous@gmail.com>
Signed-off-by: Dave Jones <davej@redhat.com>
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
4a26a2a
..
06fd10b
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 */
};