From: Jocelyn Mayer <jma@netgem.com>
To: linuxppc-dev@lists.linuxppc.org
Subject: [Fwd: [PATCH] radeonfb doesn't compile in 2.4.21-rc6]
Date: 02 Jun 2003 23:32:28 +0200 [thread overview]
Message-ID: <1054589548.4951.81.camel@jma1.dev.netgem.com> (raw)
Hi all,
-----Forwarded Message-----
> From: Jocelyn Mayer <jma@netgem.com>
> To: linux-kernel@vger.kernel.org
> Subject: [PATCH] radeonfb doesn't compile in 2.4.21-rc6
> Date: 02 Jun 2003 20:24:56 +0200
>
> 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:
>
--- linux-2.4.21-rc6/drivers/video/radeonfb.c 2003-04-11 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;
}
>
> Linux version 2.4.21-rc6-fixed (jocelyn@(none)) (gcc version 3.2) #3 Sun
> Jun 1 21:02:23 CEST 2003
>
> cpu : 750FX
> clock : 700MHz
> revision : 1.18 (pvr 7000 0112)
> bogomips : 1389.36
> machine : PowerBook4,3
> motherboard : PowerBook4,3 MacRISC2 MacRISC Power Macintosh
> detected as : 257 (iBook 2 rev. 2)
> pmac flags : 0000000b
> L2 cache : 512K unified
> memory : 384MB
> pmac-generation : NewWorld
>
> PCI devices found:
> Bus 0, device 11, function 0:
> Host bridge: Apple Computer Inc. UniNorth/Pangea AGP (rev 0).
> Master Capable. Latency=16.
> Bus 0, device 16, function 0:
> VGA compatible controller: ATI Technologies Inc Radeon Mobility M6
> LY (rev 0).
> IRQ 48.
> Master Capable. Latency=255. Min Gnt=8.
> Prefetchable 32 bit memory at 0x98000000 [0x9fffffff].
> I/O at 0x802400 [0x8024ff].
> Non-prefetchable 32 bit memory at 0x90000000 [0x9000ffff].
> ...
>
Regards.
--
Jocelyn Mayer <jma@netgem.com>
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
reply other threads:[~2003-06-02 21:32 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=1054589548.4951.81.camel@jma1.dev.netgem.com \
--to=jma@netgem.com \
--cc=linuxppc-dev@lists.linuxppc.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.