/* * linux/drivers/video/tgafb.c -- DEC 21030 TGA frame buffer device * * Copyright (C) 1999,2000 Martin Lucina, Tom Zerucha * * $Id: tgafb.c,v 1.1.1.1 2003/06/23 22:18:36 jharrell Exp $ * * This driver is partly based on the original TGA framebuffer device, which * was partly based on the original TGA console driver, which are * * 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. */ /* KNOWN PROBLEMS/TO DO ===================================================== * * * - How to set a single color register on 24-plane cards? * * - Hardware cursor/other text acceleration methods * * - Some redraws can stall kernel for several seconds * [This should now be solved by the fast memmove() patch in 2.3.6] * * KNOWN PROBLEMS/TO DO ==================================================== */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include