mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 22:27:47 -04:00
Remove a bootverbose diagnostic that makes bootverbose just too verbose.
This commit is contained in:
parent
a334a84297
commit
00efe71bc7
1 changed files with 0 additions and 3 deletions
|
|
@ -5037,9 +5037,6 @@ ahc_search_qinfifo(struct ahc_softc *ahc, int target, char channel,
|
|||
found = 0;
|
||||
prev_scb = NULL;
|
||||
|
||||
if (bootverbose)
|
||||
printf("qinpos = %d, qintail = %d\n", qinpos, qintail);
|
||||
|
||||
if (action == SEARCH_COMPLETE) {
|
||||
/*
|
||||
* Don't attempt to run any queued untagged transactions
|
||||
|
|
|
|||
Loading…
Reference in a new issue