]> Joshua Wise's Git repositories - netwatch.git/commitdiff
This is a concerning development.
authorJoshua Wise <joshua@rebirth.joshuawise.com>
Sat, 13 Dec 2008 00:28:19 +0000 (19:28 -0500)
committerJoshua Wise <joshua@rebirth.joshuawise.com>
Sat, 13 Dec 2008 00:28:19 +0000 (19:28 -0500)
aseg-paging/main.c

index 21aaeeb6a33bec77fcd209eefba89347965782ee..650f29139c2609144062cb2733e61a98259445d6 100644 (file)
@@ -37,6 +37,7 @@ void _try_inject()
                outb(0x60, kbd_get_injected_scancode());        /* data */
                while ((inb(0x64) & 0x02) && i--)       /* wait for completion */
                        ;
+               outl(0x844, 0x1000);
                smi_enable_event(SMI_EVENT_DEVTRAP_KBC);
        } else if (kbd_has_injected_scancode())
                outputf("Would like to inject, but %d %d", _ibf_ready, _waiting_for_data);
This page took 0.023423 seconds and 4 git commands to generate.