Apply r276208 to non-amd64 NOTES files as well to fix tinderbox builds

run under a system using vt(4) instead of syscons(4):

Use compiled in default keymaps which are available both in syscons and vt.
This commit is contained in:
John Baldwin 2015-03-25 15:51:41 +00:00
parent 5c155f23d1
commit 86750039c6
2 changed files with 3 additions and 3 deletions

View File

@ -433,7 +433,7 @@ hint.atkbd.0.irq="1"
# Options for atkbd:
options ATKBD_DFLT_KEYMAP # specify the built-in keymap
makeoptions ATKBD_DFLT_KEYMAP=jp.106
makeoptions ATKBD_DFLT_KEYMAP=fr.dvorak
# `flags' for atkbd:
# 0x01 Force detection of keyboard, else we always assume a keyboard

View File

@ -67,7 +67,7 @@ device atkbd
# Options for atkbd:
options ATKBD_DFLT_KEYMAP # specify the built-in keymap
makeoptions ATKBD_DFLT_KEYMAP=jp.106
makeoptions ATKBD_DFLT_KEYMAP=fr.dvorak
# `flags' for atkbd:
# 0x01 Force detection of keyboard, else we always assume a keyboard
@ -84,7 +84,7 @@ options SUNKBD_EMULATE_ATKBD # allows to use the AT keyboard maps
# in share/syscons/keymaps, required
# for SUNKBD_DFLT_KEYMAP and kbdmux
options SUNKBD_DFLT_KEYMAP # specify the built-in keymap
makeoptions SUNKBD_DFLT_KEYMAP=jp.106
makeoptions SUNKBD_DFLT_KEYMAP=fr.dvorak
#####################################################################