Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Aug 2006 04:29:36 GMT
From:      Matt Jacob <mjacob@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 105204 for review
Message-ID:  <200608280429.k7S4Taah050179@repoman.freebsd.org>

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

Change 105204 by mjacob@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) {



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