Re: atkbd.c not compiling?

From: Garrett Cooper <yaneurabeya_at_gmail.com>
Date: Sat, 28 Feb 2015 14:12:00 -0800
On Feb 28, 2015, at 13:56, Ryan Stone <rysto32_at_gmail.com> wrote:

> On Sat, Feb 28, 2015 at 4:51 PM, Garrett Cooper <yaneurabeya_at_gmail.com> 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>

Received on Sat Feb 28 2015 - 21:12:02 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:56 UTC