Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Oct 2006 03:15:01 GMT
From:      Matt Jacob <mjacob@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 108793 for review
Message-ID:  <200610310315.k9V3F1uP058810@repoman.freebsd.org>

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

Change 108793 by mjacob@newisp on 2006/10/31 03:14:45

	Bump up the timeout for getting f/w state to 1ms.

Affected files ...

.. //depot/projects/newisp/dev/isp/isp.c#24 edit

Differences ...

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

@@ -6770,6 +6770,7 @@
 		MEMZERO(&mbs, sizeof (mbs));
 		mbs.param[0] = MBOX_GET_FW_STATE;
 		mbs.logval = MBLOGALL;
+		mbs.timeout = 100000;
 		isp_mboxcmd(isp, &mbs);
 		if (mbs.param[0] == MBOX_COMMAND_COMPLETE) {
 			fcp->isp_fwstate = mbs.param[1];



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