Changeset 3014e2b in mainline


Ignore:
Timestamp:
2009-03-07T17:13:39Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
901cda3
Parents:
4c84368e
Message:

Userspace driver for ski keyboard port.

Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia64/src/ski/ski.c

    r4c84368e r3014e2b  
    261261{
    262262        while (1) {
    263                 poll_keyboard();
     263                if (!silent) {
     264                        poll_keyboard();
     265                }
    264266                thread_usleep(POLL_INTERVAL);
    265267        }
  • uspace/srv/kbd/Makefile

    r4c84368e r3014e2b  
    7878                ctl/pc.c
    7979endif
    80 ifeq ($(UARCH), ia64)
     80ifeq ($(MACHINE), i640GX)
    8181        GENARCH_SOURCES += \
    8282                port/i8042.c \
    8383                ctl/pc.c
     84endif
     85ifeq ($(MACHINE), ski)
     86        GENARCH_SOURCES += \
     87                port/ski.c \
     88                ctl/stty.c
    8489endif
    8590ifeq ($(MACHINE), msim)
Note: See TracChangeset for help on using the changeset viewer.