PERFORCE change 108064 for review

Matt Jacob mjacob at FreeBSD.org
Wed Oct 18 13:27:09 PDT 2006


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

Change 108064 by mjacob at newisp on 2006/10/18 20:26:19

	ISR reads should have the semaphore and mailbox pointers
	       as pointers to 16 bit quantities- not 32 bit quantities.

Affected files ...

.. //depot/projects/newisp/dev/isp/isp_freebsd.h#8 edit

Differences ...

==== //depot/projects/newisp/dev/isp/isp_freebsd.h#8 (text+ko) ====

@@ -495,7 +495,8 @@
 		int lim = ((isp->isp_mbxwrk0)? 240 : 60) * 10000;
 		int j;
 		for (j = 0; j < lim; j++) {
-			uint32_t isr, sema, mbox;
+			uint32_t isr;
+			uint16_t sema, mbox;
 			if (isp->isp_mboxbsy == 0) {
 				break;
 			}


More information about the p4-projects mailing list