X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fgeekos%2Fkeyboard.c;h=28e0ff335a0d8a6c7c2b95d3e958503e987d8777;hp=409d9a4755e37974fc75172b4f54e651ddd56c5a;hb=d16ef42bba84c7fe88352e5dc23e5e70a5207e29;hpb=1da53ce8f6ab61d298d38cf3f1c4fcd9b1050ce8 diff --git a/palacios/src/geekos/keyboard.c b/palacios/src/geekos/keyboard.c index 409d9a4..28e0ff3 100644 --- a/palacios/src/geekos/keyboard.c +++ b/palacios/src/geekos/keyboard.c @@ -1,7 +1,7 @@ /* * Keyboard driver * Copyright (c) 2001,2004 David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.2 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". @@ -166,6 +166,8 @@ static void Keyboard_Interrupt_Handler(struct Interrupt_State* state) Begin_IRQ(state); + Print("Keybaord\n"); + status = In_Byte(KB_CMD); IO_Delay();