Rev 1844 | Rev 1875 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1844 | Rev 1849 | ||
---|---|---|---|
Line 82... | Line 82... | ||
82 | if (!bootinfo.keyboard.addr) |
82 | if (!bootinfo.keyboard.addr) |
83 | return; |
83 | return; |
84 | 84 | ||
85 | while (1) { |
85 | while (1) { |
86 | #ifdef CONFIG_Z8530 |
86 | #ifdef CONFIG_Z8530 |
87 | z8530_poll(); |
87 | return; |
88 | #endif |
88 | #endif |
89 | #ifdef CONFIG_NS16550 |
89 | #ifdef CONFIG_NS16550 |
90 | ns16550_poll(); |
90 | ns16550_poll(); |
91 | #endif |
91 | #endif |
92 | thread_usleep(KEYBOARD_POLL_PAUSE); |
92 | thread_usleep(KEYBOARD_POLL_PAUSE); |