On Feb 28, 2015, at 13:56, Ryan Stone <[email protected]> wrote: > On Sat, Feb 28, 2015 at 4:51 PM, Garrett Cooper <[email protected]> wrote: >> I’m not sure about key_map — are you building with syscons or vt? > > I have no idea. I'm just running make tinderbox. So far > _.sparc64.LINT, _.i386.LINT-NOINET and _.i386.LINT-VIMAGE have failed, > among others. > > i386.LINT and sparc64.LINK have both "device sc" and "device vt" from > what I can see
It looks like a few keyboard drivers would be broken. Might be related to
[AT]KBD_DFLT_KEYMAP...
From sys/dev/kbd/kbdtables.h :
31 #ifndef KBD_DFLT_KEYMAP
32
33 /* US iso8859 */
34 #define ISO_ACCENTCHARS
35 /*
36 * Automatically generated from /usr/share/syscons/keymaps/us.iso.kbd.
37 * DO NOT EDIT!
38 */
39 static keymap_t key_map = { 0x6d, {
From sys/dev/atkbd/atkbd.c:
265 /* the initial key map, accent map and fkey strings */
266 #ifdef ATKBD_DFLT_KEYMAP
267 #define KBD_DFLT_KEYMAP
268 #include "atkbdmap.h"
269 #endif
270 #include <dev/kbd/kbdtables.h>
signature.asc
Description: Message signed with OpenPGP using GPGMail
