summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2016-04-07 20:12:45 +0000
committeremaste <emaste@FreeBSD.org>2016-04-07 20:12:45 +0000
commitbb8c3b811d9a971519e5ec1a9246cdfcf758cae0 (patch)
treefa315ca609af862662c08b296892de58baea440e /sys/conf
parent4a670a48704efbbc8611576a75f4987f92800b2a (diff)
downloadFreeBSD-src-bb8c3b811d9a971519e5ec1a9246cdfcf758cae0.zip
FreeBSD-src-bb8c3b811d9a971519e5ec1a9246cdfcf758cae0.tar.gz
Add option to specify built-in keymap for kbdmux
PR: 153459 Submitted by: swell.k@gmail.com
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES4
-rw-r--r--sys/conf/files4
-rw-r--r--sys/conf/options2
3 files changed, 10 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index c9fce2e..42570fe 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1409,6 +1409,10 @@ options MSGBUF_SIZE=40960
options KBD_DISABLE_KEYMAP_LOAD # refuse to load a keymap
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
+device kbdmux # keyboard multiplexer
+options KBDMUX_DFLT_KEYMAP # specify the built-in keymap
+makeoptions KBDMUX_DFLT_KEYMAP=it.iso
+
options FB_DEBUG # Frame buffer debugging
device splash # Splash screen and screen saver support
diff --git a/sys/conf/files b/sys/conf/files
index e2dbc67..46e9768 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -47,6 +47,10 @@ pccarddevs.h standard \
compile-with "${AWK} -f $S/tools/pccarddevs2h.awk $S/dev/pccard/pccarddevs" \
no-obj no-implicit-rule before-depend \
clean "pccarddevs.h"
+kbdmuxmap.h optional kbdmux_dflt_keymap \
+ compile-with "kbdcontrol -P ${S:S/sys$/share/}/vt/keymaps -P ${S:S/sys$/share/}/syscons/keymaps -L ${KBDMUX_DFLT_KEYMAP} | sed -e 's/^static keymap_t.* = /static keymap_t key_map = /' -e 's/^static accentmap_t.* = /static accentmap_t accent_map = /' > kbdmuxmap.h" \
+ no-obj no-implicit-rule before-depend \
+ clean "kbdmuxmap.h"
teken_state.h optional sc | vt \
dependency "$S/teken/gensequences $S/teken/sequences" \
compile-with "${AWK} -f $S/teken/gensequences $S/teken/sequences > teken_state.h" \
diff --git a/sys/conf/options b/sys/conf/options
index 4df24a5..f2fef26 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -801,6 +801,8 @@ KBD_MAXWAIT opt_kbd.h
KBD_RESETDELAY opt_kbd.h
KBDIO_DEBUG opt_kbd.h
+KBDMUX_DFLT_KEYMAP opt_kbdmux.h
+
# options for the Atheros driver
ATH_DEBUG opt_ath.h
ATH_TXBUF opt_ath.h
OpenPOWER on IntegriCloud