I compiled agains 2.6.22.1 without errors
but insmod viafb.ko says :

viafb: Unknown symbol cfb_imageblit
viafb: Unknown symbol pci_module_init

on dmesg.


it seems that cfb_imageblit has changed 4 example :


* drawing functions (cfb_imageblit, cfb_fillrect), the pseudo_palette
+     * must be casted to (u32 *) _regardless_ of the bits per pixel. If the
+     * driver is using its own drawing functions, then it can use whatever
+     * size it wants.
+     */

on http://www.linuxhq.com/kernel/v2.6/16/drivers/video/skeletonfb.c

I want to fix viafb module, is there examples for such patches 4 other drivers ?
if we fix it for 2.6.22, will it stop working for 2.6.10, for example?

thanks


_______________________________________________
directfb-users mailing list
directfb-users@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to