cvs commit: src/sys/dev/kbd atkbd.c
Hidetoshi Shimokawa
simokawa at FreeBSD.org
Sun Jul 13 03:08:35 PDT 2003
simokawa 2003/07/13 03:08:33 PDT
FreeBSD src repository
Modified files:
sys/dev/kbd atkbd.c
Log:
Fix for FAIL_IF_NO_KBD case as expected.
Even if we have no AT keyboard, an AT keyboard is registered because
it's probed with KB_CONF_PROBE_ONLY flag set during console initialization.
Unregister the keyboard if it doesn't present while second probe.
This should fix USB keyboard only case without 'kbdcontrol -k /dev/kbd1'.
Revision Changes Path
1.40 +3 -1 src/sys/dev/kbd/atkbd.c
More information about the cvs-src
mailing list