Changeset 3e53ab7 in mainline for kernel/arch/sparc64/src/console.c
- Timestamp:
- 2008-11-28T19:33:10Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7905360
- Parents:
- 4c4ddbe9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/console.c
r4c4ddbe9 r3e53ab7 113 113 #endif 114 114 115 #ifdef CONFIG_NS16550 116 #ifdef CONFIG_NS16550_INTERRUPT_DRIVEN 117 if (kbd_type == KBD_NS16550) { 118 /* 119 * The ns16550 driver is interrupt-driven. 120 */ 121 return; 122 } 123 #endif 124 #endif 115 125 while (1) { 116 126 #ifdef CONFIG_NS16550 127 #ifndef CONFIG_NS16550_INTERRUPT_DRIVEN 117 128 if (kbd_type == KBD_NS16550) 118 129 ns16550_poll(); 130 #endif 119 131 #endif 120 132 thread_usleep(KEYBOARD_POLL_PAUSE);
Note:
See TracChangeset
for help on using the changeset viewer.