The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=8d966fb02ea796fbd5a647ffd26231b0e01119c8
commit 8d966fb02ea796fbd5a647ffd26231b0e01119c8 Author: Michael Paepcke <g...@paepcke.de> AuthorDate: 2023-02-21 06:17:00 +0000 Commit: Warner Losh <i...@freebsd.org> CommitDate: 2023-02-25 06:20:52 +0000 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 --- sys/conf/NOTES | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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