Subversion Repositories HelenOS-historic

Rev

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

Rev 15 Rev 206
Line 46... Line 46...
46
    outb(0x60,0xdf);
46
    outb(0x60,0xdf);
47
   
47
   
48
    trap_register(VECTOR_KBD, i8042_interrupt);
48
    trap_register(VECTOR_KBD, i8042_interrupt);
49
}
49
}
50
 
50
 
51
void i8042_interrupt(__u8 n, __u32 stack[])
51
void i8042_interrupt(__u8 n, __native stack[])
52
{
52
{
53
    __u8 x;
53
    __u8 x;
54
 
54
 
55
    trap_virtual_eoi();
55
    trap_virtual_eoi();
56
    x = inb(0x60);
56
    x = inb(0x60);