X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fkeyboard.c;h=bc11458809d543ca8b200428d715204d6e57db4b;hb=091d8b1fcfc3a766f6603d4c1c69d9f8f4bf3031;hp=73bd992aeb78ff66e648c3f15de6e7a836a80c82;hpb=56f8088296ee4116a4811a2f4f843edd80a7748d;p=palacios.git diff --git a/palacios/src/devices/keyboard.c b/palacios/src/devices/keyboard.c index 73bd992..bc11458 100644 --- a/palacios/src/devices/keyboard.c +++ b/palacios/src/devices/keyboard.c @@ -2,7 +2,6 @@ /* (c) 2008, The V3VEE Project */ #include -#include #include #include @@ -751,7 +750,7 @@ int keyboard_read_delay(ushort_t port, { if (length == 1) { - *((uchar_t*)dest) = In_Byte(port); + *((uchar_t*)dest) = v3_inb(port); PrintDebug("keyboard: read of 0x%x from 80h\n", *((uchar_t*)dest));