Changeset d3f2cad in mainline for kbd/generic/kbd.c


Ignore:
Timestamp:
2006-06-07T10:06:00Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e8d77a4
Parents:
9e951acb
Message:

Better colors for ega.
Small updates to initialization code to use only async api.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kbd/generic/kbd.c

    r9e951acb rd3f2cad  
    118118        keybuffer_init(&keybuffer);
    119119       
     120        async_set_client_connection(console_connection);
     121        async_set_interrupt_received(irq_handler);
    120122        /* Register service at nameserver */
    121        
    122123        if ((res = ipc_connect_to_me(PHONE_NS, SERVICE_KEYBOARD, 0, &phonead)) != 0) {
    123124                return -1;
    124125        }
    125126
    126         async_set_client_connection(console_connection);
    127         async_set_interrupt_received(irq_handler);
    128127        async_manager();
    129128
Note: See TracChangeset for help on using the changeset viewer.