kernel - Fix panic when X11 intercepts console (III)
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 6 Sep 2010 20:48:21 +0000 (13:48 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 6 Sep 2010 20:48:21 +0000 (13:48 -0700)
commite5104a66d763a1f801f6215d21ddd27ef36dd24d
tree0376657e11596649059b4f7f9e479c6e74b7edfd
parent628eed43c8361ce6c2836124d777a5284f82d826
kernel - Fix panic when X11 intercepts console (III)

* Oops, ripped a little too much out of kputchar().  Put the TOTTY
  logic back in for the tprintf()/uprintf()/ttyprintf() cases.

* The console logic remains unchanged for kprintf() (it no longer
  attempts to tputchar() to a console tty intercept, instead we have
  a thread handle it from the dmesg buffer).
sys/kern/subr_prf.c