From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by dsl2.external.hp.com (Postfix) with SMTP id DF7FB483E for ; Sat, 14 Sep 2002 18:14:39 -0600 (MDT) From: Helge Deller To: debian-hppa@lists.debian.org, parisc-linux@lists.parisc-linux.org Date: Sun, 15 Sep 2002 02:09:46 +0200 Cc: "B. Douglas Hilton" MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_K/8g9cdhjiEuAkF" Message-Id: <200209150209.46701.deller@gmx.de> Subject: [parisc-linux] [PATCH] Voodoo framebuffer on PARISC Sender: parisc-linux-admin@lists.parisc-linux.org Errors-To: parisc-linux-admin@lists.parisc-linux.org List-Help: List-Post: List-Subscribe: , List-Id: parisc-linux developers list List-Unsubscribe: , List-Archive: --Boundary-00=_K/8g9cdhjiEuAkF Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8bit Content-Disposition: inline Hi, there has been some discussions on this lists a few weeks back about getting the Voodoo framebuffer driver working on HPPA. The attached patch allows me to use my Voodoo 2 with the sstfb framebuffer driver in 16bpp in 640x480, 800x600 and 1024x768 resolutions on console and under X. Greetings, Helge NB: This patch is already integrated into the 2.4.19-pa18 kernel and I'll continue to do some more code-cleanups before trying to get it into the official kernel. --Boundary-00=_K/8g9cdhjiEuAkF Content-Type: text/plain; charset="us-ascii"; name="diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="diff" Index: sstfb.c =================================================================== RCS file: /var/cvs/linux/drivers/video/sstfb.c,v retrieving revision 1.4 diff -u -p -r1.4 sstfb.c --- sstfb.c 4 Aug 2002 22:59:15 -0000 1.4 +++ sstfb.c 14 Sep 2002 23:58:43 -0000 @@ -107,6 +107,7 @@ #include #include +#include #include