Return-Path: Received: by vger.rutgers.edu via listexpand id ; Tue, 16 May 2000 11:06:46 -0400 Received: by vger.rutgers.edu id ; Tue, 16 May 2000 11:05:27 -0400 Received: from mailrelay.acsu.buffalo.edu ([128.205.7.101]:57944 "HELO mailrelay.acsu.buffalo.edu") by vger.rutgers.edu with SMTP id ; Tue, 16 May 2000 10:55:30 -0400 Date: Tue, 16 May 2000 11:13:51 -0400 (EDT) From: James Simmons To: Geert Uytterhoeven Cc: FrameBuffer List , Linux Kernel Mailing List Subject: [PATCH] updated Mips Magnum frame buffer device Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-linux-kernel@vger.rutgers.edu Content-Length: 13302 Lines: 458 Yet another frame buffer driver updated to the new API. I don't know the author's email address. Please test since I lack this hardware. It does compile. P.S. All authors please leave your name and email address in your work. This way someone can contact you. Thank you. Q: Why did they deprecate a.out support in linux? A: Because a nasty coff is bad for your elf. James Simmons [jsimmons@linux-fbdev.org] ____/| fbdev/gfx developer \ o.O| http://www.linux-fbdev.org =(_)= http://linuxgfx.sourceforge.net U /* $Id: g364fb.c,v 1.3 1998/08/28 22:43:00 tsbogend Exp $ * * linux/drivers/video/g364fb.c -- Mips Magnum frame buffer device * * (C) 1998 Thomas Bogendoerfer * * This driver is based on tgafb.c * * Copyright (C) 1997 Geert Uytterhoeven * Copyright (C) 1995 Jay Estabrook * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING in the main directory of this archive for * more details. */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include