PERFORCE change 105204 for review

Matt Jacob mjacob at FreeBSD.org
Mon Aug 28 04:29:37 UTC 2006


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

Change 105204 by mjacob at newisp on 2006/08/28 04:28:56

	Don't do debug printouts on non-2400 platforms.

Affected files ...

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

Differences ...

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

@@ -1182,7 +1182,7 @@
 	ispsoftc_t *isp = arg;
 	uint32_t isr, sema, mbox;
 
-printf("#");
+if (IS_24XX(isp)) printf("#");
 	ISP_LOCK(isp);
 	isp->isp_intcnt++;
 	if (ISP_READ_ISR(isp, &isr, &sema, &mbox) == 0) {


More information about the p4-projects mailing list