Nuke out a printf that otherwise spews crap at probe() time. A no-no.

This commit is contained in:
Jordan K. Hubbard 1995-01-28 06:40:23 +00:00
parent 9b568f1654
commit 8ed9cf223f
2 changed files with 2 additions and 2 deletions

View File

@ -243,7 +243,7 @@ handle_attention(unsigned unit)
}
if (loop_count > 20) {
printf("scd%d: Too many attentions: %d\n", unit, loop_count);
/* printf("scd%d: Too many attentions: %d\n", unit, loop_count); */
loop_count = 0;
return 0;
}

View File

@ -243,7 +243,7 @@ handle_attention(unsigned unit)
}
if (loop_count > 20) {
printf("scd%d: Too many attentions: %d\n", unit, loop_count);
/* printf("scd%d: Too many attentions: %d\n", unit, loop_count); */
loop_count = 0;
return 0;
}