PERFORCE change 105603 for review

Matt Jacob mjacob at FreeBSD.org
Sun Sep 3 16:49:30 UTC 2006


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

Change 105603 by mjacob at 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) {


More information about the p4-projects mailing list