[BUG] macmodes.c in 2.3.99-pre3-pre8
Ani Joshi
ajoshi at shell.unixbox.com
Mon Apr 3 05:15:52 EST 2000
oops, thanks for spotting that. You're right, i missed that in the code
migration.
thanks,
ani
On Sat, 1 Apr 2000, Martin Costabel wrote:
>
> Starting from about a week ago, the 2.3.99 bitkeeper kernels screw up
> the colors in Xpmac, making it unusable (8-bit color, valkyriefb
> driver). XF_FBDev is working fine.
>
> I tracked this down to what I think is a typo in the big code crossover
> from offb.c to macmodes.c. In any case, the following patch fixes the
> problem for me:
>
> -- drivers/video/macmodes.c.ori Sat Mar 25 08:25:22 2000
> +++ drivers/video/macmodes.c Sat Apr 1 22:08:08 2000
> @@ -271,7 +271,7 @@
> n = n_entries - i;
> if (n > 16)
> n = 16;
> - palette_cmap.start = 1;
> + palette_cmap.start = i;
> palette_cmap.len = n;
>
> for (j = 0; j < n; j++) {
>
> --
> Martin
>
>
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
More information about the Linuxppc-dev
mailing list