2002-12-07 10:34:13

by Nathaniel Russell

[permalink] [raw]
Subject: [PATCH 2.5.x] Via AGP Support

This patch add's support for the Via 8633 AGP Card Slot.
This patch was diffed against current 2.5-BK tree.
Dave Jone's please take a look at it and see if it correct, if so please
add apply it to the Kernel tree.
The patch works on my Linux Box. And detects my AGP board.

PS Again thank you Dave.
CC me at [email protected]


Attachments:
agp.diff (587.00 B)
Via AGP 8633 2.5

2002-12-07 11:09:22

by Ruth Ivimey-Cook

[permalink] [raw]
Subject: Re: [PATCH 2.5.x] Via AGP Support

On Saturday 07 December 2002 10:41, Nathaniel Russell wrote:
> This patch add's support for the Via 8633 AGP Card Slot.

> + .device_id = PCI_DEVICE_ID_VIA_8633_0,
> + .vendor_id = PCI_VENDOR_ID_VIA,
> + .chipset = VIA_GENRIC,

Missing 'E' in Generic ^^^

Ruth

--
Ruth Ivimey-Cook
Software Engineer and Technical Author.

2002-12-07 18:53:25

by Nathaniel Russell

[permalink] [raw]
Subject: Re: [PATCH 2.5.x] Via AGP Support

I was so tired last night I forgot to dot the i's and cross my t's.
Well here is the patch with the missing 'E' in it. ;)
Nathaniel
CC me at [email protected]

On Sat, 7 Dec 2002, Ruth Ivimey-Cook wrote:

> On Saturday 07 December 2002 10:41, Nathaniel Russell wrote:
> > This patch add's support for the Via 8633 AGP Card Slot.
>
> > + .device_id = PCI_DEVICE_ID_VIA_8633_0,
> > + .vendor_id = PCI_VENDOR_ID_VIA,
> > + .chipset = VIA_GENRIC,
>
> Missing 'E' in Generic ^^^
>
> Ruth
>
> --
> Ruth Ivimey-Cook
> Software Engineer and Technical Author.
>


Attachments:
agp.diff (588.00 B)
Updated Via AGP Patch