/* * linux/drivers/video/maxinefb.c * * DECstation 5000/xx onboard framebuffer support ... derived from: * "HP300 Topcat framebuffer support (derived from macfb of all things) * Phil Blundell 1998", the original code can be * found in the file hpfb.c in the same directory. * * DECstation related code Copyright (C) 1999,2000,2001 by * Michael Engel and * Karsten Merker . * 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. * */ /* * Changes: * 2001-01-27 removed debugging and testing code, fixed fb_ops * initialization which had caused a crash before, * general cleanup, first official release (KM) * * 2003-03-08 Thiemo Seufer * Moved ims332 support in its own file. Code cleanup. * * 2003-09-08 Thiemo Seufer * First attempt of mono and hw cursor support. */ #include #include #include #include #include #include #include #include #include #include #include #include #include /* * bootinfo.h is needed for checking whether we are really running * on a maxine. */ #include #include #include