From 8e4bff4cab0ddac6060645b0715210484d02ff40 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 30 Aug 2017 08:25:59 +0000 Subject: Initial file dump from open source release --- drivers/video/pmagb-b-fb.c | 414 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 414 insertions(+) create mode 100644 drivers/video/pmagb-b-fb.c (limited to 'drivers/video/pmagb-b-fb.c') diff --git a/drivers/video/pmagb-b-fb.c b/drivers/video/pmagb-b-fb.c new file mode 100644 index 00000000..0e131740 --- /dev/null +++ b/drivers/video/pmagb-b-fb.c @@ -0,0 +1,414 @@ +/* + * linux/drivers/video/pmagb-b-fb.c + * + * PMAGB-B TURBOchannel Smart Frame Buffer (SFB) 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. + * + * DECstation related code Copyright (C) 1999, 2000, 2001 by + * Michael Engel , + * Karsten Merker and + * Harald Koerfgen. + * Copyright (c) 2005, 2006 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