X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Fdrivers%2Fvideo%2Ffbdev%2Fpmag-aa-fb.c;fp=kernel%2Fdrivers%2Fvideo%2Ffbdev%2Fpmag-aa-fb.c;h=838424817de2307e0af1c92358ebaf412d5b7c92;hb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;hp=0000000000000000000000000000000000000000;hpb=98260f3884f4a202f9ca5eabed40b1354c489b29;p=kvmfornfv.git diff --git a/kernel/drivers/video/fbdev/pmag-aa-fb.c b/kernel/drivers/video/fbdev/pmag-aa-fb.c new file mode 100644 index 000000000..838424817 --- /dev/null +++ b/kernel/drivers/video/fbdev/pmag-aa-fb.c @@ -0,0 +1,510 @@ +/* + * linux/drivers/video/pmag-aa-fb.c + * Copyright 2002 Karsten Merker + * + * PMAG-AA TurboChannel framebuffer card support ... derived from + * pmag-ba-fb.c, which is Copyright (C) 1999, 2000, 2001 by + * Michael Engel , Karsten Merker + * and Harald Koerfgen , which itself is derived from + * "HP300 Topcat framebuffer support (derived from macfb of all things) + * Phil Blundell 1998" + * + * 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. + * + * 2002-09-28 Karsten Merker + * Version 0.01: First try to get a PMAG-AA running. + * + * 2003-02-24 Thiemo Seufer + * Version 0.02: Major code cleanup. + * + * 2003-09-21 Thiemo Seufer + * Hardware cursor support. + */ +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include + +#include