From: James S. <jsi...@tr...> - 2002-04-30 17:23:32
|
> Hi > i suppose that this a misstake , Nope :-) > *o in 2.5.11+ Rewrite of the framebuffer layer <http://www.uwsg.iu.edu/hypermail/linux/kernel/0111.3/1267.html> (James Simmons)* Yes the new framework went in. The old hooks still exist so not to break every fbdev driver. Now the old drivers can be ported over to the new api. > *o in -dj Rewrite of the console layer <http://marc.theaimsgroup.com/?l=linux-kernel&m=98584133409891&w=2> (James Simmons)* Yes par tof it went in. Alot more has to go in tho. > and AFAIK there was nothing from the console layer as of 2.5.9-dj1 Yes there is. Take a look at drivers/char!!! Not all of the ruby tree has been moved over tho. I want to port as many drivers over to the input api and new fbdev api as possible. Then push the console stuff. Plus I have more plans for the console code that I haven't got around to yet. Then their is the serial layer rewrite which I haven't worked on yet either. > only the fb and input layers were included > > am i missing smth. |