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
This commit is contained in:
Michael Paepcke 2023-02-21 06:17:00 +00:00 committed by Warner Losh
parent 1469c6331f
commit 8d966fb02e

View File

@ -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