--- zzzz-none-000/linux-2.4.17/drivers/video/sa1100fb.c 2001-11-14 22:52:20.000000000 +0000 +++ sangam-fb-322/linux-2.4.17/drivers/video/sa1100fb.c 2004-11-24 13:23:15.000000000 +0000 @@ -23,11 +23,11 @@ * Thank you. * * Known problems: - * - With the Neponset plugged into an Assabet, LCD powerdown - * doesn't work (LCD stays powered up). Therefore we shouldn't - * blank the screen. - * - We don't limit the CPU clock rate nor the mode selection - * according to the available SDRAM bandwidth. + * - With the Neponset plugged into an Assabet, LCD powerdown + * doesn't work (LCD stays powered up). Therefore we shouldn't + * blank the screen. + * - We don't limit the CPU clock rate nor the mode selection + * according to the available SDRAM bandwidth. * * Other notes: * - Linear grayscale palettes and the kernel. @@ -41,6 +41,17 @@ * David Neuer. It's around 8 lines of C code, plus another 4 to * detect if we are using grayscale. * + * - The following must never be specified in a panel definition: + * LCCR0_LtlEnd, LCCR3_PixClkDiv, LCCR3_VrtSnchL, LCCR3_HorSnchL + * + * - The following should be specified: + * either LCCR0_Color or LCCR0_Mono + * either LCCR0_Sngl or LCCR0_Dual + * either LCCR0_Act or LCCR0_Pas + * either LCCR3_OutEnH or LCCD3_OutEnL + * either LCCR3_PixRsEdg or LCCR3_PixFlEdg + * either LCCR3_ACBsDiv or LCCR3_ACBsCntOff + * * Code Status: * 1999/04/01: * - Driver appears to be working for Brutus 320x200x8bpp mode. Other @@ -169,6 +180,7 @@ #include #include #include +#include #include