X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fgeekos%2Fkeyboard.c;h=e33e9895f30c10692b080e29140cad322871bba4;hb=091d8b1fcfc3a766f6603d4c1c69d9f8f4bf3031;hp=e24c3c08fbc8d17e4b05f37abf6b8f80387d0d58;hpb=a6b18965e0ab6c3a0f2950c684892052194c1c58;p=palacios.git diff --git a/palacios/src/geekos/keyboard.c b/palacios/src/geekos/keyboard.c index e24c3c0..e33e989 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.7 $ + * $Revision: 1.8 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". @@ -191,7 +191,7 @@ static void Keyboard_Interrupt_Handler(struct Interrupt_State* state) /* There is a byte available */ scanCode = In_Byte(KB_DATA); raw_scancode=scanCode; - Print("Keyboard: status=0x%x, scancode=0x%x\n", raw_status, raw_scancode); + //Print("Keyboard: status=0x%x, scancode=0x%x\n", raw_status, raw_scancode); IO_Delay(); /* * Print("code=%x%s\n", scanCode, (scanCode&0x80) ? " [release]" : "");