linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Small fix for AGP Config.in
@ 2002-03-03 14:07 Daniele Venzano
  0 siblings, 0 replies; only message in thread
From: Daniele Venzano @ 2002-03-03 14:07 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: lkml

[-- Attachment #1: Type: text/plain, Size: 570 bytes --]

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


[-- Attachment #2: patch_fix_agp_config_in --]
[-- Type: text/plain, Size: 743 bytes --]

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-03-03 14:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-03 14:07 [PATCH] Small fix for AGP Config.in Daniele Venzano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).