diff options
author | gibbs <gibbs@FreeBSD.org> | 2001-07-28 18:45:52 +0000 |
---|---|---|
committer | gibbs <gibbs@FreeBSD.org> | 2001-07-28 18:45:52 +0000 |
commit | 41a519a63dcfea005276c26f61073113b4732293 (patch) | |
tree | cec4b4a3dd7188c3681ce39328c80dab9994a7ee /sys/dev/aic7xxx | |
parent | e96981dba88ceb4819d31b40d2ac24453ef9eea7 (diff) | |
download | FreeBSD-src-41a519a63dcfea005276c26f61073113b4732293.zip FreeBSD-src-41a519a63dcfea005276c26f61073113b4732293.tar.gz |
Remove a bootverbose diagnostic that makes bootverbose just too verbose.
Diffstat (limited to 'sys/dev/aic7xxx')
-rw-r--r-- | sys/dev/aic7xxx/aic7xxx.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/aic7xxx/aic7xxx.c b/sys/dev/aic7xxx/aic7xxx.c index 4f0ac4f..fff8b6b 100644 --- a/sys/dev/aic7xxx/aic7xxx.c +++ b/sys/dev/aic7xxx/aic7xxx.c @@ -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 |