Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4044 → Rev 4043

/trunk/kernel/arch/ia64/src/ski/ski.c
260,9 → 260,7
void kkbdpoll(void *arg)
{
while (1) {
if (!silent) {
poll_keyboard();
}
poll_keyboard();
thread_usleep(POLL_INTERVAL);
}
}
/trunk/uspace/srv/kbd/port/ski.c
File deleted
/trunk/uspace/srv/kbd/Makefile
77,16 → 77,11
port/i8042.c \
ctl/pc.c
endif
ifeq ($(MACHINE), i640GX)
ifeq ($(UARCH), ia64)
GENARCH_SOURCES += \
port/i8042.c \
ctl/pc.c
endif
ifeq ($(MACHINE), ski)
GENARCH_SOURCES += \
port/ski.c \
ctl/stty.c
endif
ifeq ($(MACHINE), msim)
GENARCH_SOURCES += \
port/msim.c \