From: Marc-Christian Petersen <mcp@linux-systeme.de>
To: linux-kernel@vger.kernel.org
Cc: Marcelo Tosatti <marcelo@conectiva.com.br>
Subject: [PATCH] 2.4.19-pre8 - HP ZX1 AGP support wrong for config
Date: Wed, 22 May 2002 00:46:29 +0200 [thread overview]
Message-ID: <200205220031.34553.mcp@linux-systeme.de> (raw)
[-- Attachment #1: Type: text/plain, Size: 594 bytes --]
Hi all,
attached is a patch for 2.4.19-pre8 which fixes Config.in
entry for "HP ZX1 AGP Support".
This is also shown in arches != ia64, but this is wrong.
Attached patch fixes it and applies clean ontop 2.4.19-pre8.
This is also CC'ed to Marcello. Please apply it!
If this was reported before, i don't get it.
--
Kind regards
Marc-Christian Petersen
http://sourceforge.net/projects/wolk
PGP/GnuPG Key: 1024D/408B2D54947750EC
Fingerprint: 8602 69E0 A9C2 A509 8661 2B0B 408B 2D54 9477 50EC
Key available at wwwkeys.pgp.net. Encrypted e-mail preferred.
[-- Attachment #2: HP.ZX1.AGP.support-fix.patch --]
[-- Type: text/x-diff, Size: 530 bytes --]
--- linux/drivers/char/Config.in.orig Tue May 7 21:00:09 2002
+++ linux/drivers/char/Config.in Tue May 22 00:21:23 2002
@@ -260,7 +260,9 @@
bool ' Generic SiS support' CONFIG_AGP_SIS
bool ' ALI chipset support' CONFIG_AGP_ALI
bool ' Serverworks LE/HE support' CONFIG_AGP_SWORKS
- dep_bool ' HP ZX1 AGP support' CONFIG_AGP_HP_ZX1 $CONFIG_IA64
+ if [ "$CONFIG_IA64" = "y" ]; then
+ bool ' HP ZX1 AGP support' CONFIG_AGP_HP_ZX1
+ fi
fi
bool 'Direct Rendering Manager (XFree86 DRI support)' CONFIG_DRM
reply other threads:[~2002-05-21 22:47 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200205220031.34553.mcp@linux-systeme.de \
--to=mcp@linux-systeme.de \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo@conectiva.com.br \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox