CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/05/22 13:13:34
Modified files:
sys/dev/wscons : wskbd.c wsmouse.c wsmux.c
Log message:
Cleanup debug macros in wscons. Favor __func__ over spelling out the actual
function name in order to reduce grep noise. Also, some of them where referring
to the wrong function.
