2002-10-24 23:24:58

by Tolentino, Matthew E

[permalink] [raw]
Subject: [PATCH] GART driver support for generic AGP 3.0 device detection/ enabling & Intel 7205/7505 chipset support

Attached is a patch for generic AGP 3.0 device detection and enabling
routines as well as specific support for the Intel E7205 and E7505 chipset
against the 2.4.20-pre9 kernel.

This patch adds generic enabling and detection routines based on the AGP 3.0
spec. Some of the new features include detection of multiple devices and
proper isochronous bandwidth allocation to each discovered device, as well
as the typical host bridge initialization. This patch also includes support
for both E7205 and E7505 chipset specific support. It is prudent to note
that this patch does not yet implement all of the capabilities defined by
the AGP 3.0 spec.

For comments, kindly include my address in your mail as I am not currently
subscribed to lkml... Otherwise, please apply.

thanks,
matt

<<linux-2.4.20-pre9-agp3.patch.ZIP>>


Attachments:
linux-2.4.20-pre9-agp3.patch.ZIP (7.05 kB)

2002-11-05 02:52:12

by Dave Zarzycki

[permalink] [raw]
Subject: Re: [PATCH] GART driver support for generic AGP 3.0 device detection/ enabling & Intel 7205/7505 chipset support

On Thu, 24 Oct 2002, Tolentino, Matthew E wrote:

> Attached is a patch for generic AGP 3.0 device detection and enabling
> routines as well as specific support for the Intel E7205 and E7505 chipset
> against the 2.4.20-pre9 kernel.

FYI - The patch is all of the following:

1) Zip'ed (super lame)
2) gziped (kinda lame, it's a small patch)
3) corrupt

Care to resend and fix the above?

Thanks. (Looking forward to being able to purchase a 7205/7505 system...)

davez

--
Dave Zarzycki
http://zarzycki.org/~dave/


2002-11-05 03:39:36

by Tolentino, Matthew E

[permalink] [raw]
Subject: RE: [PATCH] GART driver support for generic AGP 3.0 device detection/ enabling & Intel 7205/7505 chipset support

>
> FYI - The patch is all of the following:
>
> 1) Zip'ed (super lame)
> 2) gziped (kinda lame, it's a small patch)
> 3) corrupt
>
> Care to resend and fix the above?

Hi Dave,

Actually, I did resend this patch shortly after discovering it had become corrupted (with my sincerest apologies as my mail client got away from me for a second :-) ). If you did not receive the resend, please let me know and I will send it to you directly...

thanks,
matt

2002-11-05 11:36:54

by Alan

[permalink] [raw]
Subject: Re: [PATCH] GART driver support for generic AGP 3.0 device detection/ enabling & Intel 7205/7505 chipset support

On Fri, 2002-10-25 at 01:17, Dave Zarzycki wrote:
> On Thu, 24 Oct 2002, Tolentino, Matthew E wrote:
>
> > Attached is a patch for generic AGP 3.0 device detection and enabling
> > routines as well as specific support for the Intel E7205 and E7505 chipset
> > against the 2.4.20-pre9 kernel.
>
> FYI - The patch is all of the following:
>
> 1) Zip'ed (super lame)
> 2) gziped (kinda lame, it's a small patch)
> 3) corrupt

Actually the first one was merely corrupt, the resend was fine. I've
also merged the 2.5 one into the 2.5 -ac tree.