Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Mar 2016 00:28:59 +0900
From:      Brendan Sechter <sgeos@hotmail.com>
To:        Hans Petter Selasky <hps@selasky.org>, "freebsd-current@freebsd.org" <freebsd-current@freebsd.org>, Ed Maste <emaste@freebsd.org>
Subject:   RE: ukbd.c: error: use of undeclared identifier 'key_map'
Message-ID:  <BAY182-W32D5CD8A22165389C34252A2B40@phx.gbl>
In-Reply-To: <56E11B72.5000609@selasky.org>
References:  <BAY182-W13672A61333391FDD08DEA2B30@phx.gbl>, <56E11B72.5000609@selasky.org>

next in thread | previous in thread | raw e-mail | index | archive | help
=0A=
=0A=
----------------------------------------=0A=
> Subject: Re: ukbd.c: error: use of undeclared identifier 'key_map'=0A=
> To: sgeos@hotmail.com=3B freebsd-current@freebsd.org=3B emaste@freebsd.or=
g=0A=
> From: hps@selasky.org=0A=
> Date: Thu=2C 10 Mar 2016 08:00:02 +0100=0A=
>=0A=
> On 03/09/16 23:04=2C Brendan Sechter wrote:=0A=
>> Hello-=0A=
>>=0A=
>> My kernel fails to build when I specify a default keymap. The problem ap=
pears to=0A=
>> exist in both atkbd(4) and ukbd(4). My last build appears to have succee=
ded in=0A=
>> September of last year. That may have been when I added the option.=0A=
>>=0A=
>> My kernel config and the failing build output for ukbd are below. The VI=
RTUALBOX=0A=
>> kernel config below built without issue.=0A=
>>=0A=
>> Regards=2C=0A=
>> -Brendan=0A=
>>=0A=
>=0A=
> Hi=2C=0A=
>=0A=
> Given the heavy rework in the console area in 11-current I'm not sure if=
=0A=
> this feature works any more or if it needs to be updated. Maybe Ed Maste=
=0A=
> knows?=0A=
>=0A=
> --HPS=0A=
=0A=
I tried a couple more builds and the *KBD_DFLT_KEYMAP options do appear=0A=
to be the problem. =A0This works.=0A=
=0A=
# AT Keyboard=0A=
device =A0 =A0 =A0 =A0 =A0atkbdc=0A=
device =A0 =A0 =A0 =A0 =A0atkbd=0A=
#options =A0 =A0 =A0 =A0 ATKBD_DFLT_KEYMAP=0A=
#makeoptions =A0 =A0 ATKBD_DFLT_KEYMAP=3Djp.106=0A=
=0A=
# USB Keyboard=0A=
device =A0 =A0 =A0 =A0 =A0ukbd=0A=
#options =A0 =A0 =A0 =A0 UKBD_DFLT_KEYMAP=0A=
#makeoptions =A0 =A0 UKBD_DFLT_KEYMAP=3Djp.106=0A=
=0A=
This does not.=0A=
=0A=
# AT Keyboard=0A=
device =A0 =A0 =A0 =A0 =A0atkbdc=0A=
device =A0 =A0 =A0 =A0 =A0atkbd=0A=
options =A0 =A0 =A0 =A0 ATKBD_DFLT_KEYMAP=0A=
#makeoptions =A0 =A0 ATKBD_DFLT_KEYMAP=3Djp.106=0A=
=0A=
# USB Keyboard=0A=
device =A0 =A0 =A0 =A0 =A0ukbd=0A=
options =A0 =A0 =A0 =A0 UKBD_DFLT_KEYMAP=0A=
#makeoptions =A0 =A0 UKBD_DFLT_KEYMAP=3Djp.106=0A=
=0A=
Regards=2C=0A=
-Brendan 		 	   		  =



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BAY182-W32D5CD8A22165389C34252A2B40>