git: syscons - Detangle sysmouse from tty handling, implement a custom FIFO.

Imre Vadasz ivadasz at crater.dragonflybsd.org
Thu Feb 22 13:57:37 PST 2018


commit c2962d9da8200947ee394b190eea39d437fb1af7
Author: Imre Vadász <imre at vdsz.com>
Date:   Thu Feb 22 22:54:33 2018 +0100

    syscons - Detangle sysmouse from tty handling, implement a custom FIFO.
    
    * This avoids unnecessary IPIs and other overhead from the tty handling.
    
    * This also makes reads from the character device always get only complete
      sysmouse packets.

Summary of changes:
 sys/dev/misc/syscons/sysmouse.c | 479 +++++++++++++++++++++++++++-------------
 1 file changed, 321 insertions(+), 158 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c2962d9da8200947ee394b190eea39d437fb1af7


-- 
DragonFly BSD source repository



More information about the Commits mailing list