- Timestamp:
- 2006-06-02T14:07:29Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c034b16
- Parents:
- 116d1ef4
- Location:
- generic
- Files:
-
- 2 edited
-
include/ipc/irq.h (modified) (1 diff)
-
src/ipc/irq.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
generic/include/ipc/irq.h
r116d1ef4 rd0c5901 43 43 CMD_PORT_READ_1, 44 44 CMD_PORT_WRITE_1, 45 CMD_IA64_GETCHAR, 45 46 CMD_LAST 46 47 } irq_cmd_type; -
generic/src/ipc/irq.c
r116d1ef4 rd0c5901 49 49 #include <atomic.h> 50 50 #include <syscall/copy.h> 51 #include <console/console.h> 51 52 52 53 typedef struct { … … 102 103 case CMD_PORT_WRITE_1: 103 104 outb((long)code->cmds[i].addr, code->cmds[i].value); 105 break; 106 #endif 107 #if defined(ia64) 108 case CMD_IA64_GETCHAR: 109 IPC_SET_ARG2(call->data, _getc(&ski_uconsole)); 104 110 break; 105 111 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
