--- zzzz-none-000/linux-2.4.17/drivers/video/radeonfb.c 2001-12-21 17:41:55.000000000 +0000 +++ sangam-fb-322/linux-2.4.17/drivers/video/radeonfb.c 2004-11-24 13:23:14.000000000 +0000 @@ -15,13 +15,16 @@ * blanking, pan_display, and cmap fixes, 0.1.0 * 2001-10-10 Radeon 7500 and 8500 support, and experimental * flat panel support, 0.1.1 + * 2001-11-17 Radeon M6 (ppc) support, Daniel Berlin, 0.1.2 + * 2001-11-18 DFP fixes, Kevin Hendricks, 0.1.3 + * 2001-11-29 more cmap, backlight fixes, Benjamin Herrenschmidt * * Special thanks to ATI DevRel team for their hardware donations. * */ -#define RADEON_VERSION "0.1.1" +#define RADEON_VERSION "0.1.3" #include @@ -39,12 +42,33 @@ #include #include #include +#include #include #if defined(__powerpc__) #include +#include +#include