Changeset 22617
- Timestamp:
- 10/18/07 13:27:39 (13 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
haiku/trunk/src/add-ons/kernel/bus_managers/ps2/ps2_common.c
r22616 r22617 351 351 goto err4; 352 352 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(); 354 357 355 358 status = ps2_setup_command_byte();
