Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3513 → Rev 3514

/branches/sparc/kernel/arch/sparc64/src/console.c
38,6 → 38,8
#include <arch/drivers/scr.h>
#include <arch/drivers/kbd.h>
 
#include <arch/drivers/sgcn.h>
 
#ifdef CONFIG_Z8530
#include <genarch/kbd/z8530.h>
#endif
117,6 → 119,7
if (kbd_type == KBD_NS16550)
ns16550_poll();
#endif
sgcn_poll();
thread_usleep(KEYBOARD_POLL_PAUSE);
}
}