Changeset 06e1e95 in mainline for kernel/arch/ia64/src/ski/ski.c
- Timestamp:
- 2006-09-14T17:09:21Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f1d1f5d3
- Parents:
- e5ecc02
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/src/ski/ski.c
re5ecc02 r06e1e95 27 27 */ 28 28 29 29 /** @addtogroup ia64 30 30 * @{ 31 31 */ … … 159 159 } 160 160 161 162 161 static chardev_operations_t ski_ops = { 163 162 .resume = ski_kb_enable, … … 166 165 .read = ski_getchar_blocking 167 166 }; 168 169 167 170 168 /** Initialize debug console … … 189 187 190 188 } 189 191 190 /** Setup console sysinfo (i.e. Keyboard IRQ) 192 191 * … … 201 200 } 202 201 203 /** @} 204 */ 205 202 /** @} 203 */
Note:
See TracChangeset
for help on using the changeset viewer.