kernel - Fix syscons cursor movement
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 6 Jul 2015 19:02:38 +0000 (12:02 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 6 Jul 2015 19:02:38 +0000 (12:02 -0700)
commitb2208254c30c94d423e633a49a899562c6a3d417
treedbe7af4b76620eab0aa64264eada072a1f542af4
parent799629bb2ad6f83151f035e77696719e82cb1a74
kernel - Fix syscons cursor movement

* Recent commits broke the cursor movement test, causing
  certain cursor movements to not update the screen.

* Re-enable the asynchronous update thread, whos primary
  purpose is to fix stuttering sound and other interrupt
  issues.

* Add a sysctl kern.syscons_async which defaults to 1
  to control whether the async thread is used or not.
  This can be changed at any time.

Reported-by: marino
sys/dev/misc/syscons/syscons.c