kbd_init
int kbd_init;
if (!kbd_init) {
kbd_init = 1;
if (kbd_init(sc) == false) {
if (kbd_init(sc) == false)
bool kbd_init(struct kbms_softc *);