Changeset 666773c in mainline for kernel/arch/ia64/src/ski/ski.c
- Timestamp:
- 2008-12-31T15:33:29Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9805cde
- Parents:
- d8c0dc5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/src/ski/ski.c
rd8c0dc5 r666773c 119 119 while(!(ch = ski_getchar())) 120 120 ; 121 if (ch == '\r')121 if (ch == '\r') 122 122 ch = '\n'; 123 123 return (char) ch; … … 144 144 ch = '\n'; 145 145 if (ch) { 146 if (ski_kbd_irq.notif_cfg.notify && ski_kbd_irq.notif_cfg.answerbox) { 146 if (ski_kbd_irq.notif_cfg.notify && 147 ski_kbd_irq.notif_cfg.answerbox) { 147 148 chardev_push_character(&ski_uconsole, ch); 148 149 ipc_irq_send_notif(&ski_kbd_irq); … … 157 158 158 159 if (last) { 159 if (ski_kbd_irq.notif_cfg.notify && ski_kbd_irq.notif_cfg.answerbox) { 160 if (ski_kbd_irq.notif_cfg.notify && 161 ski_kbd_irq.notif_cfg.answerbox) { 160 162 chardev_push_character(&ski_uconsole, 0); 161 163 ipc_irq_send_notif(&ski_kbd_irq);
Note:
See TracChangeset
for help on using the changeset viewer.