atkbd.c not compiling?

Garrett Cooper yaneurabeya at gmail.com
Sat Feb 28 22:12:02 UTC 2015


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>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 496 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.freebsd.org/pipermail/freebsd-current/attachments/20150228/cf88f338/attachment.sig>


More information about the freebsd-current mailing list