Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3514 → Rev 3513

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