diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-11-15 19:42:07 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-11-15 19:42:07 +0000 |
commit | b25cdd709689f3090d09fe78305eb543bc6c1b27 (patch) | |
tree | c643cb386d1b4f3bd8e2ed9177dd1c7d05d6ccf3 /sys/conf | |
parent | bbfaae808a4d4f5cd45faa358aa607639246d5da (diff) | |
download | FreeBSD-src-b25cdd709689f3090d09fe78305eb543bc6c1b27.zip FreeBSD-src-b25cdd709689f3090d09fe78305eb543bc6c1b27.tar.gz |
Document the atkbd flags of 0x03 and be explicit to mention this might
fit some dockingstation keyboard probing.
PR: 23681
Submitted by: yokota [PR issued by:
Claude Lefrancois <lmcclef@lmc.ericsson.se>]
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/NOTES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 327ea0f..e56a06e 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1175,6 +1175,8 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev # `flags' for atkbd: # 0x01 Force detection of keyboard, else we always assume a keyboard # 0x02 Don't reset keyboard, useful for some newer ThinkPads +# 0x03 Force detection and avoid reset, might help with certain +# dockingstations # 0x04 Old-style (XT) keyboard support, useful for older ThinkPads # PS/2 mouse |