Commented out some parts which caused big troubles

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16915 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2006-03-28 19:48:06 +00:00
parent a3d9b55cb3
commit 81401e08e7

View File

@ -167,7 +167,7 @@ ps2_service_thread(void *arg)
break; break;
} }
} else if (status == B_TIMED_OUT) { } /*else if (status == B_TIMED_OUT) {
// do periodic processing // do periodic processing
int i; int i;
@ -181,7 +181,7 @@ ps2_service_thread(void *arg)
snooze(50000); snooze(50000);
} }
} else { }*/ else {
dprintf("ps2_service_thread: Error, status 0x%08lx, terminating\n", status); dprintf("ps2_service_thread: Error, status 0x%08lx, terminating\n", status);
break; break;
} }