Date: Sun, 3 Sep 2006 16:49:29 GMT From: Matt Jacob <mjacob@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 105603 for review Message-ID: <200609031649.k83GnTDh027406@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=105603 Change 105603 by mjacob@newisp on 2006/09/03 16:49:15 Don't dump request queue entries at debug0 Affected files ... .. //depot/projects/newisp/dev/isp/isp_pci.c#8 edit Differences ... ==== //depot/projects/newisp/dev/isp/isp_pci.c#8 (text+ko) ==== @@ -2388,7 +2388,7 @@ seglim++; datalen -= dm_segs->ds_len; } - if (isp->isp_dblev & ISP_LOGDEBUG0) { + if (isp->isp_dblev & ISP_LOGDEBUG1) { isp_print_bytes(isp, "Continuation", QENTRY_LEN, crq); } isp_put_cont64_req(isp, crq, cqe); @@ -2782,7 +2782,7 @@ return (retval); } mbxsync: - if (isp->isp_dblev & ISP_LOGDEBUG0) { + if (isp->isp_dblev & ISP_LOGDEBUG1) { isp_print_bytes(isp, "Request Queue Entry", QENTRY_LEN, rq); } switch (rq->req_header.rqs_entry_type) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609031649.k83GnTDh027406>