Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 14 Feb 2003 07:57:33 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 14 Feb 2003 07:56:35 -0500 Received: from cs-ats40.donpac.ru ([217.107.128.161]:26382 "EHLO pazke") by vger.kernel.org with ESMTP id ; Fri, 14 Feb 2003 07:53:19 -0500 Date: Fri, 14 Feb 2003 15:58:33 +0300 To: linux-kernel@vger.kernel.org Cc: Linus Torvalds Subject: [PATCH] visws: framebuffer driver update (10/13) Message-ID: <20030214125833.GJ8230@pazke> Mail-Followup-To: linux-kernel@vger.kernel.org, Linus Torvalds Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="PEfPc/DjvCj+JzNg" Content-Disposition: inline User-Agent: Mutt/1.3.28i X-Uname: Linux 2.4.20aa1 i686 unknown From: Andrey Panin Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 14102 Lines: 502 --PEfPc/DjvCj+JzNg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi. This patch contains SGI visws framebuffer update. Patch makes it compile again and brings flatpanel monitor support back. Please consider applying. Best regards. -- Andrey Panin | Embedded systems software developer pazke@orbita1.ru | PGP key: wwwkeys.pgp.net --PEfPc/DjvCj+JzNg Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch-visws-fb diff -urN -X /usr/share/dontdiff linux-2.5.60.vanilla/drivers/video/Kconfig linux-2.5.60/drivers/video/Kconfig --- linux-2.5.60.vanilla/drivers/video/Kconfig Thu Feb 13 20:29:09 2003 +++ linux-2.5.60/drivers/video/Kconfig Thu Feb 13 20:42:02 2003 @@ -363,7 +363,7 @@ 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 -urN -X /usr/share/dontdiff linux-2.5.60.vanilla/drivers/video/sgivwfb.c linux-2.5.60/drivers/video/sgivwfb.c --- linux-2.5.60.vanilla/drivers/video/sgivwfb.c Thu Feb 13 20:29:10 2003 +++ linux-2.5.60/drivers/video/sgivwfb.c Thu Feb 13 20:42:02 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