Messages in this thread Patch in this message |  | | Subject | Re: [PATCH] (Updated) AMD 761 AGP GART Support | From | Robert Love <> | Date | 15 Sep 2001 17:24:37 -0400 |
| |
On Sat, 2001-09-15 at 16:59, Robert Love wrote: > the following patch adds signature for the AMD 761 to the AGP GART > code. It has been tested and works. Please, apply.
Thanks to Jesper Juhl, I noticed the config name was not updated (the help entry is, though) to reflect support of the AMD 761. Please append this to my previous patch, and apply both. It applies to both trees. Thanks.
diff -urN linux-2.4.9-ac10/drivers/char/ linux/drivers/char/Config.in --- linux-2.4.9-ac10/drivers/char/Config.in Sat Sep 15 17:02:51 2001 +++ linux/drivers/char/Config.in Sat Sep 15 17:20:38 2001 @@ -208,7 +208,7 @@ bool ' Intel 440LX/BX/GX and I815/I840/I850 support' CONFIG_AGP_INTEL bool ' Intel I810/I815 (on-board) support' CONFIG_AGP_I810 bool ' VIA chipset support' CONFIG_AGP_VIA - bool ' AMD Irongate support' CONFIG_AGP_AMD + bool ' AMD Irongate and 761 support' CONFIG_AGP_AMD bool ' Generic SiS support' CONFIG_AGP_SIS bool ' ALI chipset support' CONFIG_AGP_ALI bool ' Serverworks LE/HE support' CONFIG_AGP_SWORKS
-- Robert M. Love rml at ufl.edu rml at tech9.net
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |