Patch from: Andrey Panin This patch contains SGI visws framebuffer update. Patch makes it compile again and brings flatpanel monitor support back. drivers/video/Kconfig | 2 drivers/video/sgivwfb.c | 192 ++++++++++++++++++++++++++++++++---------------- include/video/sgivw.h | 40 +++++++--- 3 files changed, 161 insertions(+), 73 deletions(-) diff -puN drivers/video/Kconfig~visws-10 drivers/video/Kconfig --- 25/drivers/video/Kconfig~visws-10 Fri Feb 14 14:19:20 2003 +++ 25-akpm/drivers/video/Kconfig Fri Feb 14 14:19:20 2003 @@ -363,7 +363,7 @@ config VIDEO_SELECT config FB_SGIVW tristate "SGI Visual Workstation framebuffer support" - depends on FB && VISWS + depends on FB && X86_VISWS help SGI Visual Workstation support for framebuffer graphics. diff -puN drivers/video/sgivwfb.c~visws-10 drivers/video/sgivwfb.c --- 25/drivers/video/sgivwfb.c~visws-10 Fri Feb 14 14:19:20 2003 +++ 25-akpm/drivers/video/sgivwfb.c Fri Feb 14 14:19:20 2003 @@ -13,14 +13,7 @@ #include #include #include -#include -#include -#include -#include -#include #include -#include -#include #include #include #include @@ -29,7 +22,7 @@ #define INCLUDE_TIMING_TABLE_DATA #define DBE_REG_BASE default_par.regs -#include +#include