I have made the improvements I was talking about the VT to tty driver
problem. You need to register a tty_driver before you called
register_console due to the way the console locking works. So now each VT
has it own locking independent of each other. Now that that is done I can
sync up to the newest kernels. I will do this tomorrow. Note fbcon is
broken at present with supporting more than on framebuffer device. I threw
in some static arrays instead of dynamically allocating them. I will fix
that tomorrow as well. Thank you.
|