Document the new flag for disabling the keyboard port test during probe.

This commit is contained in:
John Baldwin 2004-12-15 23:01:45 +00:00
parent f5517dc887
commit e8aa0f663b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=138901

View File

@ -166,6 +166,11 @@ keyboard is reset.
.It bit 2 (ALT_SCANCODESET) .It bit 2 (ALT_SCANCODESET)
Certain keyboards, such as those on some ThinkPad models, behave Certain keyboards, such as those on some ThinkPad models, behave
like the old XT keyboard and require this option. like the old XT keyboard and require this option.
.It bit 3 (NO_PROBE_TEST)
When this option is given, the
.Nm
driver will not test the keyboard port during the probe routine.
Some machines hang during boot when this test is performed.
.El .El
.\".Sh FILES .\".Sh FILES
.Sh EXAMPLES .Sh EXAMPLES