2008-06-03 17:15:10

by maximilian attems

[permalink] [raw]
Subject: [PATCH] add AGP support for Radeon Mobility 9000 chipset

From: Amit Kucheria <[email protected]>

Bug: 178634

Signed-off-by: Amit Kucheria <[email protected]>
Signed-off-by: maximilian attems <[email protected]>
---
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


2008-06-07 01:40:30

by Andrew Morton

[permalink] [raw]
Subject: Re: [PATCH] add AGP support for Radeon Mobility 9000 chipset

On Tue, 3 Jun 2008 19:07:33 +0200 maximilian attems <[email protected]> wrote:

> Bug: 178634

For this to be useful we'd need to know whose bug tracking system
it is from.

2008-06-07 07:28:50

by Amit Kucheria

[permalink] [raw]
Subject: Re: [PATCH] add AGP support for Radeon Mobility 9000 chipset

On Sat, Jun 7, 2008 at 4:40 AM, Andrew Morton <[email protected]> wrote:
> On Tue, 3 Jun 2008 19:07:33 +0200 maximilian attems <[email protected]> wrote:
>
>> Bug: 178634
>
> For this to be useful we'd need to know whose bug tracking system
> it is from.

It is from Ubuntu's bug tracking system. Link follows:
https://bugs.edge.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/178634

Regards,
Amit