* [PATCH] add AGP support for Radeon Mobility 9000 chipset
@ 2008-06-03 17:07 maximilian attems
2008-06-07 1:40 ` Andrew Morton
0 siblings, 1 reply; 3+ messages in thread
From: maximilian attems @ 2008-06-03 17:07 UTC (permalink / raw)
To: airlied; +Cc: linux-kernel, Amit Kucheria, maximilian attems
From: Amit Kucheria <amit.kucheria@ubuntu.com>
Bug: 178634
Signed-off-by: Amit Kucheria <amit.kucheria@ubuntu.com>
Signed-off-by: maximilian attems <max@stro.at>
---
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 55c97f6..07b4d8f 100644
--- a/drivers/char/agp/ati-agp.c
+++ b/drivers/char/agp/ati-agp.c
@@ -458,6 +458,10 @@ static struct agp_device_ids ati_agp_device_ids[] __devinitdata =
.chipset_name = "IGP9100/M",
},
{
+ .device_id = PCI_DEVICE_ID_ATI_RS350_133,
+ .chipset_name = "IGP9000/M",
+ },
+ {
.device_id = PCI_DEVICE_ID_ATI_RS350_200,
.chipset_name = "IGP9100/M",
},
--
1.5.5.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-06-07 7:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-03 17:07 [PATCH] add AGP support for Radeon Mobility 9000 chipset maximilian attems
2008-06-07 1:40 ` Andrew Morton
2008-06-07 7:28 ` Amit Kucheria
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox