added keyboard controller buffer flush

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16384 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marcus Overhagen 2006-02-13 18:49:25 +00:00
parent 4730cb7663
commit cf4878971b
1 changed files with 2 additions and 0 deletions

View File

@ -224,6 +224,8 @@ ps2_init(void)
goto err_1;
gControllerSem = create_sem(1, "ps/2 keyb ctrl");
ps2_flush();
status = ps2_dev_init();