CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/08/09 08:43:18
Modified files:
sys/dev/fdt : ssdfb.c
Log message:
Hook up the rasops text emulation functions so we only write out
the characters that changed, and only when they change. This
replaces writing out the whole framebuffer every 100ms with a
partial update mechanism. Now the system stays responsive and
does not slow down anymore due to the periodic update.
