Home
last modified time | relevance | path

Searched refs:KB_CONF_NO_PROBE_TEST (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/atkbdc/
H A Datkbdreg.h38 #define KB_CONF_NO_PROBE_TEST (1 << 3) /* don't test keyboard during probe */ macro
H A Datkbd.c1318 if (!(flags & KB_CONF_NO_PROBE_TEST)) in probe_keyboard()