From owner-svn-src-head@freebsd.org Thu Apr 7 20:38:01 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61351B06D7D for ; Thu, 7 Apr 2016 20:38:01 +0000 (UTC) (envelope-from jbeich@vfemail.net) Received: from vfemail.net (onethreetwo.vfemail.net [199.16.11.132]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 20C7B1029 for ; Thu, 7 Apr 2016 20:38:00 +0000 (UTC) (envelope-from jbeich@vfemail.net) Received: (qmail 39229 invoked by uid 89); 7 Apr 2016 20:37:59 -0000 Received: from localhost (HELO freequeue.vfemail.net) (127.0.0.1) by localhost with (DHE-RSA-AES256-SHA encrypted) SMTP; 7 Apr 2016 20:37:59 -0000 Received: (qmail 39212 invoked by uid 89); 7 Apr 2016 20:37:42 -0000 Received: by simscan 1.3.1 ppid: 39202, pid: 39206, t: 0.0036s scanners:none Received: from unknown (HELO smtp102-2.vfemail.net) (172.16.100.62) by FreeQueue with SMTP; 7 Apr 2016 20:37:42 -0000 Received: (qmail 16613 invoked by uid 89); 7 Apr 2016 20:37:42 -0000 Received: by simscan 1.4.0 ppid: 16601, pid: 16607, t: 0.5986s scanners:none Received: from unknown (HELO nil) (amJlaWNoQHZmZW1haWwubmV0@172.16.100.27) by mail.vfemail.net with ESMTPA; 7 Apr 2016 20:37:41 -0000 From: Jan Beich To: Ngie Cooper Cc: Ed Maste , "svn-src-head\@freebsd.org" , "svn-src-all\@freebsd.org" , "src-committers\@freebsd.org" Subject: Re: svn commit: r297685 - in head/sys: conf dev/kbdmux modules/kbdmux References: <201604072012.u37KCjCa011359@repo.freebsd.org> Date: Thu, 07 Apr 2016 22:37:33 +0200 In-Reply-To: (Ngie Cooper's message of "Thu, 7 Apr 2016 13:22:24 -0700") Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Apr 2016 20:38:01 -0000 --=-=-= Content-Type: text/plain Ngie Cooper writes: > On Thu, Apr 7, 2016 at 1:12 PM, Ed Maste wrote: > >> Author: emaste >> Date: Thu Apr 7 20:12:45 2016 >> New Revision: 297685 >> URL: https://svnweb.freebsd.org/changeset/base/297685 >> >> Log: >> Add option to specify built-in keymap for kbdmux >> >> PR: 153459 >> Submitted by: swell.k@gmail.com > > This doesn't seem to work in the sys/modules/kbdmux case (kbdmuxmap.h > isn't generated via sys/modules/kbdmux/Makefile) -- should it be > generated there as well? Probably not. KBDMUX_DFLT_KEYMAP can only be defined via kernel config(5). This is similar to sys/modules/usb/ukbd + opt_ukbd.h. So, build modules as part of |make buildkernel|. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJXBsUNXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREQjQ0MzY3NEM3RDIzNTc4NkUxNDkyQ0VF NEM3Nzg4MzQ3OURCRERCAAoJEOTHeINHnb3brbcH/RUlHJ/ELqppD4tvuSaxvwAE 5TyH6xiK1FIm7Xpq77tO6c4cyRJ2uD50DIBrSMTkxpH9bhR3YSpI4E3obFBRTptz IGEvPHWzz7M8kXgD7VMJo0SvaU096abnokwbpEMb+oXcWh5gOQz1fGZYO+Kmy0Tq 2VM5FrAtbj8FXl2WOdng/83dWUgXnIHNTGleHAg56P76sE71ckowdy8UO6smHy+l Pn5BLdY8JGHRCg3UJnR3W/UunQsX09IiJlxiIUdnnBuSKC8kag4H2RCMGL3Vkago GUNE0toq8AwR2u8nd8NcrbcXZURpxsvA8KeUSRjqRaGzoyuSPhQZxP0ZLz+VE74= =fa9P -----END PGP SIGNATURE----- --=-=-=--