Changeset de57e060 in mainline for uspace/kbd/arch/ia64/src/kbd.c


Ignore:
Timestamp:
2006-10-18T20:51:15Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
80ca47e
Parents:
cd13c2a
Message:

Convert ia64 to the new IRQ and notification scheme.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/kbd/arch/ia64/src/kbd.c

    rcd13c2a rde57e060  
    6868{
    6969        if (sysinfo_value("kbd")) {
    70                 ipc_register_irq(sysinfo_value("kbd.irq"), &ski_kbd);
     70                ipc_register_irq(sysinfo_value("kbd.inr"), sysinfo_value("kbd.devno"), 0, &ski_kbd);
    7171                return 0;
    7272        }       
     
    8585int kbd_arch_process(keybuffer_t *keybuffer, ipc_call_t *call)
    8686{
    87         static unsigned long long buf=0;
    88         static int count=0;     
    89         static int esc_count=0;
     87        static unsigned long long buf = 0;
     88        static int count = 0;   
     89        static int esc_count = 0;
    9090        int scan_code = IPC_GET_ARG2(*call);
    9191
Note: See TracChangeset for help on using the changeset viewer.