Changeset 8c84448 in mainline for kernel/arch/mips32/src/drivers
- Timestamp:
- 2006-10-27T09:00:38Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cea12e9
- Parents:
- 8440473
- Location:
- kernel/arch/mips32/src/drivers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/drivers/arc.c
r8440473 r8c84448 359 359 360 360 chardev_initialize("arc_console", &console, &arc_ops); 361 timer_fnc = &arc_keyboard_poll;361 virtual_timer_fnc = &arc_keyboard_poll; 362 362 stdin = &console; 363 363 stdout = &console; -
kernel/arch/mips32/src/drivers/serial.c
r8440473 r8c84448 150 150 * don't work on simics 151 151 */ 152 timer_fnc = &serial_handler;152 virtual_timer_fnc = &serial_handler; 153 153 154 154 stdin = &console;
Note:
See TracChangeset
for help on using the changeset viewer.