|
From: Paul M. <pa...@au...> - 2002-08-15 23:22:18
|
James Simmons writes: > That was done to push people to port there drivers to the new api. Well, what _is_ the new API? Anyway, you could apply this patch, for a start. I wish you would be a bit more careful about details. Paul. diff -urN linux-2.5/drivers/video/Makefile pmac-2.5/drivers/video/Makefile --- linux-2.5/drivers/video/Makefile Wed Aug 14 09:15:02 2002 +++ pmac-2.5/drivers/video/Makefile Fri Aug 16 09:08:34 2002 @@ -60,7 +60,7 @@ obj-$(CONFIG_FB_3DFX) += tdfxfb.o obj-$(CONFIG_FB_MAC) += macfb.o macmodes.o cfbfillrect.o cfbcopyarea.o cfbimgblt.o obj-$(CONFIG_FB_HP300) += hpfb.o cfbfillrect.o cfbimgblt.o -obj-$(CONFIG_FB_OF) += offb.o cfbfillrect.o cfbimgblit.o cfbcopyarea.o +obj-$(CONFIG_FB_OF) += offb.o cfbfillrect.o cfbimgblt.o cfbcopyarea.o obj-$(CONFIG_FB_IMSTT) += imsttfb.o obj-$(CONFIG_FB_RETINAZ3) += retz3fb.o obj-$(CONFIG_FB_CLGEN) += clgenfb.o |