From: Ralf Baechle Rewrite PMAG BA frame buffer driver for 2.6. Signed-off-by: Andrew Morton --- drivers/video/pmag-ba-fb.c | 283 ++++++++++++++++++++++++++++----------------- include/video/pmag-ba-fb.h | 41 +++--- 2 files changed, 204 insertions(+), 120 deletions(-) diff -puN drivers/video/pmag-ba-fb.c~dec-pmag-ba-frame-buffer-update drivers/video/pmag-ba-fb.c --- devel/drivers/video/pmag-ba-fb.c~dec-pmag-ba-frame-buffer-update 2005-08-03 22:01:54.000000000 -0700 +++ devel-akpm/drivers/video/pmag-ba-fb.c 2005-08-03 22:01:54.000000000 -0700 @@ -1,57 +1,55 @@ /* - * linux/drivers/video/pmag-ba-fb.c + * linux/drivers/video/pmag-ba-fb.c * - * PMAG-BA TurboChannel framebuffer card support ... derived from: + * PMAG-BA TURBOchannel Color Frame Buffer (CFB) card 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. + * found in the file hpfb.c in the same directory. * * Based on digital document: * "PMAG-BA TURBOchannel Color Frame Buffer * Functional Specification", Revision 1.2, August 27, 1990 * - * DECstation related code Copyright (C) 1999, 2000, 2001 by - * Michael Engel , - * Karsten Merker and + * DECstation related code Copyright (C) 1999, 2000, 2001 by + * Michael Engel , + * Karsten Merker and * Harald Koerfgen. - * 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. + * Copyright (c) 2005 Maciej W. Rozycki * + * 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 + +#include +#include +#include + #include + #include