Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Sep 2006 18:01:29 GMT
From:      Matt Jacob <mjacob@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 105970 for review
Message-ID:  <200609111801.k8BI1TAf072605@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=105970

Change 105970 by mjacob@newisp on 2006/09/11 18:01:03

	Don't dump continuation entries at logdebug0 level.

Affected files ...

.. //depot/projects/newisp/dev/isp/isp_pci.c#10 edit

Differences ...

==== //depot/projects/newisp/dev/isp/isp_pci.c#10 (text+ko) ====

@@ -2531,7 +2531,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);
@@ -2658,7 +2658,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_cont_req(isp, crq, cqe);



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