Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Sep 1998 09:46:55 -0500
From:      Chris Csanady <ccsanady@friley-185-114.res.iastate.edu>
To:        freebsd-scsi@FreeBSD.ORG
Subject:   Verbosity of CAM..
Message-ID:  <199809181446.JAA05183@friley-185-114.res.iastate.edu>

next in thread | raw e-mail | index | archive | help
I have some machines at work, and whenever I do lots of disk io, I
get tons of the "tagged openings now XX" messages.  I noticed
that this is due to line 2819 in cam_xpt.c:

if (bootverbose || 1) {
       xpt_print_path(crs->ccb_h.path);
       printf("tagged openings "
              "now %d\n",
               crs->openings);
}

Would it be possible to remove this 1 before the 3.0 release?


-Chris Csanady




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-scsi" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809181446.JAA05183>