|
From: James S. <jsi...@in...> - 2002-11-26 23:58:54
|
> --- linux-2.5.49/drivers/video/aty128fb.c.old 2002-08-27 19:11:02.000000000 -0500 > +++ linux-2.5.49/drivers/video/aty128fb.c 2002-11-22 19:56:35.000000000 -0600 Updated to new api. Those structs are gone. > --- linux-2.5.49/drivers/video/controlfb.c.old 2002-08-27 19:11:02.000000000 -0500 > +++ linux-2.5.49/drivers/video/controlfb.c 2002-11-22 19:56:20.000000000 -0600 Have to look. It has been updated but I don't have hardware to test it. I think those structs are gone. > +++ linux-2.5.49/drivers/video/fbcon-afb.c 2002-11-22 19:56:18.000000000 [snip] All fbcon-*.c files are gone. The framebuffer console is now acceleration driven via fillrect, copyarea, and image blits. > +++ linux-2.5.49/drivers/video/g364fb.c 2002-11-23 10:03:25.000000000 -0600 Applied. > +++ linux-2.5.49/drivers/video/neofb.c 2002-11-22 19:56:18.000000000 -0600 Been applied for awhile. > +++ linux-2.5.49/drivers/video/pm2fb.c 2002-11-22 19:56:39.000000000 -0600 Being rewritten to new api. > --- linux-2.5.49/drivers/video/retz3fb.c.old 2002-08-27 19:11:03.000000000 -0500 Needs to ported to new api. The aty128 driver also needs a few updates to C99. I will do that tonight. |