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:
@@ -350,7 +350,10 @@ ps2_init(void)
|
|||||||
if (status)
|
if (status)
|
||||||
goto err4;
|
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();
|
status = ps2_setup_command_byte();
|
||||||
if (status) {
|
if (status) {
|
||||||
|
|||||||
Reference in New Issue
Block a user