aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paepcke <git@paepcke.de>2023-02-21 06:17:00 +0000
committerWarner Losh <imp@FreeBSD.org>2023-02-25 06:20:52 +0000
commit8d966fb02ea796fbd5a647ffd26231b0e01119c8 (patch)
tree4063f6dd4624760b31dd8909e6ec74b7c208f8f8
parent1469c6331f38e5146c0db7ae24f2ea4eb3dbceca (diff)
downloadsrc-8d966fb02ea796fbd5a647ffd26231b0e01119c8.tar.gz
src-8d966fb02ea796fbd5a647ffd26231b0e01119c8.zip
sys/conf/NOTES add new KBD_DELAY kernel options
add section for new kernel keyboard options Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/649
-rw-r--r--sys/conf/NOTES6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 6cea39d27ad6..f6a85c80f034 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1493,7 +1493,11 @@ options PCI_IOV # PCI SR-IOV support
# These options are valid for other keyboard drivers as well.
options KBD_DISABLE_KEYMAP_LOAD # refuse to load a keymap
-options KBD_INSTALL_CDEV # install a CDEV entry in /dev
+options KBD_INSTALL_CDEV # install a CDEV entry in /dev
+
+# Define keyboard latency (try 200/15 for a snappy interactive console)
+options KBD_DELAY1=500 # define initial key delay
+options KBD_DELAY2=100 # define key delay
device kbdmux # keyboard multiplexer
options KBDMUX_DFLT_KEYMAP # specify the built-in keymap