Re: request_mem_region problem ...
From: James Simmons <hidden>
Date: 2002-11-01 16:42:20
If you did not define fb_set_var at all, then info->disp.dispsw must point to valid console drawing hooks before you register the framebuffer. (Actually, all fields in struct display must be valid before you register the framebuffer)
The next set of change should help reduce these problems of missing pointers as we move to the new api.
quoted
So, does the cfb_xxx generic accel stuff get linked correctly when building as modules or am i missing something ?You're correct, the neofb line in the Makefile is for static building only. The cfb_xxx will not compile as modules, yet. If your driver has its own Makefile, just add cfb_xxx.o objects to directly link to them.
In the next set of changes the cfb* files should be able to be built as modules!!!! ------------------------------------------------------- This sf.net email is sponsored by: See the NEW Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en