From: bunk@fs.tum.de
To: Willy TARREAU <willy@w.ods.org>
Cc: marcelo@conectiva.com.br, vandrove@vc.cvut.cz, hch@infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH][2.4] was: Matrox FB problem in latest 2.4.21-rc1-BK
Date: Sun, 27 Apr 2003 11:15:06 +0200 [thread overview]
Message-ID: <20030427091506.GI10256@fs.tum.de> (raw)
In-Reply-To: <20030427085711.GA181@pcw.home.local>
On Sun, Apr 27, 2003 at 10:57:11AM +0200, Willy TARREAU wrote:
> Hi again,
>
> OK I found it to be a typo in cset-1.1134 (intel fb fixes) which disabled CFB8.
> It now works with this patch. Christoph, you might also have the typo in your
> tree.
The patch below fixes another place in the same file:
I'm not sure whether the new "y"-o (no space) gets correctly parsed by
all config tools, but the "$CONFIG_FB_STI" = "y" (not introduced by the
recent patch) seems to be definitely wrong.
> Cheers,
> Willy
>...
cu
Adrian
--- linux-2.4.21-rc1-modular/drivers/video/Config.in.old 2003-04-27 11:05:53.000000000 +0200
+++ linux-2.4.21-rc1-modular/drivers/video/Config.in 2003-04-27 11:06:52.000000000 +0200
@@ -299,7 +299,7 @@
"$CONFIG_FB_PMAG_BA" = "y" -o "$CONFIG_FB_PMAGB_B" = "y" -o \
"$CONFIG_FB_MAXINE" = "y" -o "$CONFIG_FB_TX3912" = "y" -o \
"$CONFIG_FB_SIS" = "y" -o "$CONFIG_FB_NEOMAGIC" = "y" -o \
- "$CONFIG_FB_STI" = "y" -o "$CONFIG_FB_HP300" = "y" -o
+ "$CONFIG_FB_STI" = "y" -o "$CONFIG_FB_HP300" = "y" -o \
"$CONFIG_FB_INTEL" = "y" ]; then
define_tristate CONFIG_FBCON_CFB8 y
else
@@ -402,7 +402,7 @@
"$CONFIG_FB_3DFX" = "m" -o "$CONFIG_FB_RADEON" = "m" -o \
"$CONFIG_FB_SGIVW" = "m" -o "$CONFIG_FB_SIS" = "m" -o \
"$CONFIG_FB_PVR2" = "m" -o "$CONFIG_FB_VOODOO1" = "m" -o \
- "$CONFIG_FB_CYBER2000" = "m" -o "$CONFIG_FB_STI" = "y"-o \
+ "$CONFIG_FB_CYBER2000" = "m" -o "$CONFIG_FB_STI" = "m" -o \
"$CONFIG_FB_INTEL" = "m" ]; then
define_tristate CONFIG_FBCON_CFB32 m
fi
prev parent reply other threads:[~2003-04-27 9:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-27 8:32 Matrox FB problem in latest 2.4.21-rc1-BK Willy TARREAU
2003-04-27 8:57 ` [PATCH][2.4] was: " Willy TARREAU
2003-04-27 9:02 ` Christoph Hellwig
2003-04-27 9:15 ` bunk [this message]
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=20030427091506.GI10256@fs.tum.de \
--to=bunk@fs.tum.de \
--cc=hch@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo@conectiva.com.br \
--cc=vandrove@vc.cvut.cz \
--cc=willy@w.ods.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.