[PATCH] Small fix for AGP Config.in

Daniele Venzano (webvenza@libero.it)
Sun, 3 Mar 2002 15:07:58 +0100


--bp/iNruPH9dso1Pn
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Support for agp in chipsets i820 and i830mp was added to 2.4.18, but
drivers/char/Config.in was not updated. This patch fixes that. It was
made against 2.4.18.

This patch is also available from:
http://digilander.iol.it/webvenza/kernel_patches.html

There is no maintainer for AGP in MAINTAINERS file, so I send it directly to
you, Marcelo.

Bye.

-- 
-----------------------------------------------------
Daniele Venzano
Senior member of the Linux User Group Genova (LUGGe)
E-Mail: venza@iol.it
Web: http://digilander.iol.it/webvenza/
LUGGe: http://lugge.ziobudda.net

--bp/iNruPH9dso1Pn Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch_fix_agp_config_in

diff -urN -X /home/venza/kernel/dontdiff linux-2.4.18-gat/drivers/char/Config.in linux-2.4.18/drivers/char/Config.in --- linux-2.4.18-gat/drivers/char/Config.in Sat Mar 2 19:52:50 2002 +++ linux-2.4.18/drivers/char/Config.in Sat Mar 2 20:08:25 2002 @@ -210,7 +210,7 @@ dep_tristate '/dev/agpgart (AGP Support)' CONFIG_AGP $CONFIG_DRM_AGP if [ "$CONFIG_AGP" != "n" ]; then - bool ' Intel 440LX/BX/GX and I815/I830M/I840/I850 support' CONFIG_AGP_INTEL + bool ' Intel 440LX/BX/GX and I815/I820/I830M/I830MP/I840/I845/I850/I860 support' CONFIG_AGP_INTEL bool ' Intel I810/I815/I830M (on-board) support' CONFIG_AGP_I810 bool ' VIA chipset support' CONFIG_AGP_VIA bool ' AMD Irongate, 761, and 762 support' CONFIG_AGP_AMD

--bp/iNruPH9dso1Pn-- - 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/