From: James Mayer <james@cobaltmountain.com>
To: Jocelyn Mayer <jma@netgem.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] radeonfb doesn't compile in 2.4.21-rc6
Date: Mon, 2 Jun 2003 14:24:44 -0600 [thread overview]
Message-ID: <20030602202444.GA9876@galileo> (raw)
In-Reply-To: <1054578295.4951.34.camel@jma1.dev.netgem.com>
On Mon, Jun 02, 2003 at 08:24:56PM +0200, Jocelyn Mayer wrote:
> It seems to me that this was already reported for previous
> 2.4.21-rc's, but never applied.
> Here's the patch that make radeonfb compile (and work)
> on my Ibook:
>
>
> 19:06:04.0000
> 00000 +0200
> +++ linux-2.4.21-rc6-fixed/drivers/video/radeonfb.c 2003-06-01
> 20:58:42.0000
> 00000 +0200
> @@ -1001,8 +1001,8 @@
> /* According to XFree86 4.2.0, some production M6's return 0
> for 8MB. */
> if (rinfo->video_ram == 0 &&
> - (pdev->device == PCI_DEVICE_ID_RADEON_LY ||
> - pdev->device == PCI_DEVICE_ID_RADEON_LZ)) {
> + (pdev->device == PCI_DEVICE_ID_ATI_RADEON_LY ||
> + pdev->device == PCI_DEVICE_ID_ATI_RADEON_LZ)) {
> rinfo->video_ram = 8192 * 1024;
> }
Hi,
I can't seem to find PCI_DEVICE_ID_ATI_RADEON_LY or
PCI_DEVICE_ID_ATI_RADEON_LZ defined *anywhere* in 2.4.21-rc6, and the
2.4.21-rc6 version of radeonfb.c compiled just fine for me.
- James
next prev parent reply other threads:[~2003-06-02 20:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-02 18:24 [PATCH] radeonfb doesn't compile in 2.4.21-rc6 Jocelyn Mayer
2003-06-02 20:08 ` Marc-Christian Petersen
2003-06-02 20:24 ` James Mayer [this message]
2003-06-02 21:09 ` Jocelyn Mayer
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=20030602202444.GA9876@galileo \
--to=james@cobaltmountain.com \
--cc=jma@netgem.com \
--cc=linux-kernel@vger.kernel.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.