--- zzzz-none-000/linux-2.4.17/drivers/video/aty128fb.c 2001-11-11 18:09:37.000000000 +0000 +++ sangam-fb-322/linux-2.4.17/drivers/video/aty128fb.c 2004-11-24 13:23:17.000000000 +0000 @@ -1,2667 +1,3037 @@ -/* $Id: aty128fb.c,v 1.1.1.1.36.1 1999/12/11 09:03:05 Exp $ - * linux/drivers/video/aty128fb.c -- Frame buffer device for ATI Rage128 - * - * Copyright (C) 1999-2000, Brad Douglas - * Copyright (C) 1999, Anthony Tong - * - * Ani Joshi / Jeff Garzik - * - Code cleanup - * - * Andreas Hundt - * - FB_ACTIVATE fixes - * - * Based off of Geert's atyfb.c and vfb.c. - * - * TODO: - * - panning - * - monitor sensing (DDC) - * - virtual display - * - other platform support (only ppc/x86 supported) - * - hardware cursor support - * - ioctl()'s - * - * Please cc: your patches to brad@neruo.com. - */ - -/* - * A special note of gratitude to ATI's devrel for providing documentation, - * example code and hardware. Thanks Nitya. -atong and brad - */ - - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#ifdef CONFIG_PPC -#include -#include -#include