diff -urN linux-2.5/drivers/video/aty128fb.c pmac-2.5/drivers/video/aty128fb.c --- linux-2.5/drivers/video/aty128fb.c Wed Aug 14 09:15:02 2002 +++ pmac-2.5/drivers/video/aty128fb.c Mon Aug 19 21:02:30 2002 @@ -7,13 +7,23 @@ * Ani Joshi / Jeff Garzik * - Code cleanup * + * Michel Dänzer + * - 15/16 bit cleanup + * - fix panning + * + * Benjamin Herrenschmidt + * - pmac-specific PM stuff + * * Andreas Hundt * - FB_ACTIVATE fixes * + * Paul Mackerras + * - Convert to new framebuffer API, + * fix colormap setting at 16 bits/pixel (565) + * * Based off of Geert's atyfb.c and vfb.c. * * TODO: - * - panning * - monitor sensing (DDC) * - virtual display * - other platform support (only ppc/x86 supported) @@ -49,7 +59,7 @@ #include #include -#ifdef CONFIG_PPC +#ifdef CONFIG_ALL_PPC #include #include #include