PERFORCE change 108287 for review

Matt Jacob mjacob at FreeBSD.org
Sun Oct 22 20:55:41 PDT 2006


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

Change 108287 by mjacob at newisp on 2006/10/23 03:55:12

	mboxbsy is no longer cleared at interrupt time-
	mboxcmd_done is what is set.

Affected files ...

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

Differences ...

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

@@ -505,8 +505,8 @@
 		isp_prt(isp, ISP_LOGWARN,
 		    "Polled Mailbox Command (0x%x) Timeout",
 		    isp->isp_lastmbxcmd);
-		isp->isp_mboxbsy = 0;
 		mbp->param[0] = MBOX_TIMEOUT;
+		isp->isp_osinfo.mboxcmd_done = 1;
 	}
 }
 


More information about the p4-projects mailing list