Changeset 70178b74 in mainline
- Timestamp:
- 2006-06-07T14:25:11Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 41269bd
- Parents:
- 1fd7700
- Location:
- console
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
console/console.c
r1fd7700 r70178b74 373 373 ipc_answer_fast(callid, 0,0,0); 374 374 conn->used = 0; 375 async_serialize_end();376 375 return; 377 376 case CONSOLE_PUTCHAR: -
console/gcons.c
r1fd7700 r70178b74 136 136 for (i=0; i < CONSOLE_COUNT; i++) 137 137 redraw_state(i); 138 if (animation != -1) 139 async_msg(fbphone, FB_ANIM_START, animation); 138 140 } else { 139 141 if (console_state[active_console] == CONS_DISCONNECTED_SEL) … … 216 218 console_state[active_console] = CONS_IDLE; 217 219 redraw_state(active_console); 220 221 if (animation != -1) 222 async_msg(fbphone, FB_ANIM_STOP, animation); 218 223 219 224 active_console = KERNEL_CONSOLE; /* Set to kernel console */
Note:
See TracChangeset
for help on using the changeset viewer.