You can import this changeset into BK by piping this whole message to: '| bk receive [path to repository]' or apply the patch as usual. =================================================================== ChangeSet@1.956, 2002-12-26 15:56:07-08:00, rth@are.twiddle.net [FB] First cut at updating tgafb to 2.5 fb api. A large scale rewrite modeled off of skeletonfb.c. b/drivers/video/Makefile | 2 b/drivers/video/tgafb.c | 1525 +++++++++++++++++++---------------------------- b/include/video/tgafb.h | 210 ++++++ drivers/video/tgafb.h | 199 ------ 4 files changed, 838 insertions, 1098 deletions diff -Nru a/drivers/video/Makefile b/drivers/video/Makefile --- a/drivers/video/Makefile Fri Dec 27 15:42:56 2002 +++ b/drivers/video/Makefile Fri Dec 27 15:42:56 2002 @@ -48,7 +48,7 @@ obj-$(CONFIG_FB_CLGEN) += clgenfb.o obj-$(CONFIG_FB_TRIDENT) += tridentfb.o obj-$(CONFIG_FB_S3TRIO) += S3triofb.o -obj-$(CONFIG_FB_TGA) += tgafb.o +obj-$(CONFIG_FB_TGA) += tgafb.o cfbfillrect.o cfbcopyarea.o cfbimgblt.o obj-$(CONFIG_FB_VESA) += vesafb.o cfbfillrect.o cfbcopyarea.o cfbimgblt.o obj-$(CONFIG_FB_VGA16) += vga16fb.o cfbfillrect.o cfbcopyarea.o \ cfbimgblt.o vgastate.o diff -Nru a/drivers/video/tgafb.c b/drivers/video/tgafb.c --- a/drivers/video/tgafb.c Fri Dec 27 15:42:56 2002 +++ b/drivers/video/tgafb.c Fri Dec 27 15:42:56 2002 @@ -2,10 +2,10 @@ * linux/drivers/video/tgafb.c -- DEC 21030 TGA frame buffer device * * Copyright (C) 1999,2000 Martin Lucina, Tom Zerucha - * + * * $Id: tgafb.c,v 1.12.2.3 2000/04/04 06:44:56 mato Exp $ * - * This driver is partly based on the original TGA framebuffer device, which + * This driver is partly based on the original TGA framebuffer device, which * was partly based on the original TGA console driver, which are * * Copyright (C) 1997 Geert Uytterhoeven @@ -28,982 +28,711 @@ * KNOWN PROBLEMS/TO DO ==================================================== */ #include -#include #include +#include #include #include #include #include #include -#include #include -#include -#include #include -#include +#include #include -#include +#include #include +#include