diff options
author | jkh <jkh@FreeBSD.org> | 1999-03-11 10:48:02 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1999-03-11 10:48:02 +0000 |
commit | b18a02a6c7db36085dcfa38e208474bdcd04a6fb (patch) | |
tree | 8f642a4b781fe54dfcfcedd6f6890fed2fcfcb27 /sys/cam | |
parent | 0fdf27c6b41015be24be6412e54e97c3b79df3ce (diff) | |
download | FreeBSD-src-b18a02a6c7db36085dcfa38e208474bdcd04a6fb.zip FreeBSD-src-b18a02a6c7db36085dcfa38e208474bdcd04a6fb.tar.gz |
People who wanted the "tagged opening" message can boot -v. The rest
of us, who appear to have complained incessantly about this message since
it appeared, can now stop.
Diffstat (limited to 'sys/cam')
-rw-r--r-- | sys/cam/cam_xpt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c index 977003d..fa034d3 100644 --- a/sys/cam/cam_xpt.c +++ b/sys/cam/cam_xpt.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: cam_xpt.c,v 1.46 1999/03/05 23:18:16 gibbs Exp $ + * $Id: cam_xpt.c,v 1.47 1999/03/07 22:48:50 ken Exp $ */ #include <sys/param.h> #include <sys/systm.h> @@ -3045,7 +3045,7 @@ xpt_action(union ccb *start_ccb) xpt_dev_ccbq_resize(crs->ccb_h.path, crs->openings); - if (bootverbose || 1) { + if (bootverbose) { xpt_print_path(crs->ccb_h.path); printf("tagged openings " "now %d\n", |