Changeset 3014e2b in mainline
- Timestamp:
- 2009-03-07T17:13:39Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 901cda3
- Parents:
- 4c84368e
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/src/ski/ski.c
r4c84368e r3014e2b 261 261 { 262 262 while (1) { 263 poll_keyboard(); 263 if (!silent) { 264 poll_keyboard(); 265 } 264 266 thread_usleep(POLL_INTERVAL); 265 267 } -
uspace/srv/kbd/Makefile
r4c84368e r3014e2b 78 78 ctl/pc.c 79 79 endif 80 ifeq ($( UARCH), ia64)80 ifeq ($(MACHINE), i640GX) 81 81 GENARCH_SOURCES += \ 82 82 port/i8042.c \ 83 83 ctl/pc.c 84 endif 85 ifeq ($(MACHINE), ski) 86 GENARCH_SOURCES += \ 87 port/ski.c \ 88 ctl/stty.c 84 89 endif 85 90 ifeq ($(MACHINE), msim)
Note:
See TracChangeset
for help on using the changeset viewer.