Found and fixed the reboot problem of most of my systems: by binary searching

through our revisions, I found r20883 to be the cause of this problem.
This one obviously fixed bug #1185, but I'm afraid there has to be another
solution for this problem.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22617 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2007-10-18 17:27:39 +00:00
parent 98659f44ab
commit e9d9842ae8
@@ -350,7 +350,10 @@ ps2_init(void)
if (status)
goto err4;
ps2_selftest();
// While this might have fixed bug #1185, we can't do this unconditionally
// as it obviously messes up many controllers which couldn't reboot anymore
// after that
//ps2_selftest();
status = ps2_setup_command_byte();
if (status) {