pvr2fb.c

Ricky Beam (jfbeam@bluetopia.net)
Sun, 2 Sep 2001 19:35:55 -0400 (EDT)


What the ^*!#^% is this:

driver/video/pvr2fb.c:
int __init pvr2fb_init(void)
{
struct fb_var_screeninfo var;
u_long modememused;

if (!MACH_DREAMCAST)
return -ENXIO;
...

That's the first time I've seen such, well, badness.

It looks like someone forgot what platform is *required* for the PowerVR 2...

drivers/video/Config.in:
tristate ' NEC PowerVR 2 display support' CONFIG_FB_PVR2
dep_bool ' Debug pvr2fb' CONFIG_FB_PVR2_DEBUG $CONFIG_FB_PVR2

--Ricky

PS: Compiling 2.4.9 on an Alpha is turning up all manner of weird stuff. Like
a lot of drivers that aren't 64bit clean, missing parts of asm-alpha...

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