Messages in this thread Patch in this message |  | | | Date | Sat, 7 Dec 2002 14:01:07 -0500 (EST) | | From | Nathaniel Russell <> | | 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 reddog83@chartermi.net
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.
>
diff -urN linux-2.5/drivers/char/agp/agp.c~ linux/drivers/char/agp/agp.c
--- linux-2.5/drivers/char/agp/agp.c~ 2002-12-05 13:44:19.000000000 -0500
+++ linux/drivers/char/agp/agp.c 2002-12-07 05:36:12.000000000 -0500
@@ -1166,6 +1166,14 @@
.chipset_setup = via_generic_setup
},
{
+ .device_id = PCI_DEVICE_ID_VIA_8633_0,
+ .vendor_id = PCI_VENDOR_ID_VIA,
+ .chipset = VIA_GENERIC,
+ .vendor_name = "Via",
+ .chipset_name = "8633",
+ .chipset_setup = via_generic_setup
+ },
+ {
.device_id = 0,
.vendor_id = PCI_VENDOR_ID_VIA,
.chipset = VIA_GENERIC,
|  |