mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 21:09:28 +00:00
Nuke out a printf that otherwise spews crap at probe() time. A no-no.
This commit is contained in:
parent
9b568f1654
commit
8ed9cf223f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5985
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user