K 10 svn:author V 6 emaste K 8 svn:date V 27 2015-04-24T19:26:01.069339Z K 7 svn:log V 305 MFC r273973: vt(4): Fix keyboard allocation when kbdmux(4) isn't used The problem was that only the kbdmux keyboard index was saved in vd->vd_keyboard. This index is -1 when kbdmux isn't used. In this case, the keyboard was correctly allocated, but the returned index was discarded. PR: 196512 END