Re: Linux 2.6.3-rc3

From: Benjamin Herrenschmidt
Date: Sun Feb 15 2004 - 06:14:26 EST



> Yes, you can still build the old driver, but it doesn't work unless
> you also apply this patch:

Ah, I forgot the old fbdev init shit. Indeed, Linus, please apply
this patch.

> --- linux/drivers/video/fbmem.c.old 2004-02-15 11:47:26.000000000 +0100
> +++ linux/drivers/video/fbmem.c 2004-02-15 11:43:42.000000000 +0100
> @@ -222,6 +222,9 @@
> #ifdef CONFIG_FB_RADEON
> { "radeonfb", radeonfb_init, radeonfb_setup },
> #endif
> +#ifdef CONFIG_FB_RADEON_OLD
> + { "radeonfb_old", radeonfb_init, radeonfb_setup },
> +#endif
> #ifdef CONFIG_FB_CONTROL
> { "controlfb", control_init, control_setup },
> #endif
--
Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/