From: James S. <jsi...@tr...> - 2001-11-02 20:01:41
|
Looking over the driver the biggest change you could do is get ride of struct pm3fb_info. Stuff that is not in struct fb_info should be placed into struct pm3fb_par. We need to add the default struct fb_fix_screeninfo. As for the struct fb_var_screeninfo we can do what I show in skeletonfb.c: mode_option = "640x480@60"; P.S Have you considered using the DMA mode of this driver now that console sem is in place? |