PERFORCE change 105970 for review

Matt Jacob mjacob at FreeBSD.org
Mon Sep 11 11:01:33 PDT 2006


http://perforce.freebsd.org/chv.cgi?CH=105970

Change 105970 by mjacob at 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);


More information about the p4-projects mailing list