Changeset 22617

Show
Ignore:
Timestamp:
10/18/07 13:27:39 (13 months ago)
Author:
axeld
Message:

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.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • haiku/trunk/src/add-ons/kernel/bus_managers/ps2/ps2_common.c

    r22616 r22617  
    351351                goto err4; 
    352352 
    353         ps2_selftest(); 
     353        // While this might have fixed bug #1185, we can't do this unconditionally 
     354        // as it obviously messes up many controllers which couldn't reboot anymore 
     355        // after that 
     356        //ps2_selftest(); 
    354357 
    355358        status = ps2_setup_command_byte();