/* * SiS 300/630/730/540/315/550/650/740/330/660 frame buffer device * for Linux kernels 2.4.x and 2.5.x * * (C) 1999 Silicon Integrated Systems, Inc. * (C) 2001-2003 Thomas Winischhofer, Vienna, Austria. * * Authors: SiS (www.sis.com.tw) * Thomas Winischhofer * * See http://www.winischhofer.net/ for more information and updates * * Originally based on the VBE 2.0 compliant graphic boards framebuffer driver, * which is (c) 1998 Gerd Knorr * */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,0) #include #endif #include "osdef.h" #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,0) #include