Searched refs:KB_ENABLE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/kb8042/
H A Dkb8042.h53 #define KB_ENABLE 0xF4 /* command to to enable keyboard */ macro
H A Dkb8042.c654 kb8042_send_to_keyboard(kb8042, KB_ENABLE, B_TRUE);
1353 * KB_SET_LED and KB_ENABLE are special commands which require blocking
1381 } else if (byte == KB_ENABLE) {
1388 (void) kb8042_send_and_wait(kb8042, KB_ENABLE, polled);

Completed in 46 milliseconds