summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-10-23 10:05:36 +0000
committerru <ru@FreeBSD.org>2006-10-23 10:05:36 +0000
commit73b959b47bbaff41eebd2a532d97264c57d25600 (patch)
tree7a08e3e95a4eed467989316eb6a056d78c643ed8 /sys/sparc64
parent5924f811d04c9a289c3d8a9ab4b003f05d019454 (diff)
downloadFreeBSD-src-73b959b47bbaff41eebd2a532d97264c57d25600.zip
FreeBSD-src-73b959b47bbaff41eebd2a532d97264c57d25600.tar.gz
Revision 1.25 had the ATKBD_DFLT_KEYMAP option turned on and then off:
: # Options for atkbd: : options ATKBD_DFLT_KEYMAP # specify the built-in keymap : makeoptions ATKBD_DFLT_KEYMAP=jp.106 [...] : nooption ATKBD_DFLT_KEYMAP : nomakeoption ATKBD_DFLT_KEYMAP (Previously the option was inherited from MI NOTES.) So my tool in rev. 1.26 reduced this to removing all "ATKBD_DFLT_KEYMAP" lines, leaving the option effectively disabled as it was before, but since it's actually supported on sparc64, turn it on now.
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/conf/NOTES4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/sparc64/conf/NOTES b/sys/sparc64/conf/NOTES
index 53983c3..6638c74 100644
--- a/sys/sparc64/conf/NOTES
+++ b/sys/sparc64/conf/NOTES
@@ -71,6 +71,10 @@ device atkbd
hint.atkbd.0.at="atkbdc"
hint.atkbd.0.irq="1"
+# Options for atkbd:
+options ATKBD_DFLT_KEYMAP # specify the built-in keymap
+makeoptions ATKBD_DFLT_KEYMAP=jp.106
+
# `flags' for atkbd:
# 0x01 Force detection of keyboard, else we always assume a keyboard
# 0x02 Don't reset keyboard, useful for some newer ThinkPads
OpenPOWER on IntegriCloud