Subversion Repositories HelenOS

Rev

Rev 4347 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4347 Rev 4348
Line 149... Line 149...
149
    wait_ready();
149
    wait_ready();
150
   
150
   
151
    return 0;
151
    return 0;
152
}
152
}
153
 
153
 
-
 
154
void kbd_port_yield(void)
-
 
155
{
-
 
156
}
-
 
157
 
-
 
158
void kbd_port_reclaim(void)
-
 
159
{
-
 
160
}
-
 
161
 
154
static void i8042_irq_handler(ipc_callid_t iid, ipc_call_t *call)
162
static void i8042_irq_handler(ipc_callid_t iid, ipc_call_t *call)
155
{
163
{
156
    int status = IPC_GET_ARG1(*call);
164
    int status = IPC_GET_ARG1(*call);
157
 
165
 
158
    if ((status & i8042_MOUSE_DATA))
166
    if ((status & i8042_MOUSE_DATA))