Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Nov 2006 19:30:56 GMT
From:      Matt Jacob <mjacob@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 109815 for review
Message-ID:  <200611121930.kACJUul5072019@repoman.freebsd.org>

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

Change 109815 by mjacob@newisp on 2006/11/12 19:30:22

	Be more generous timewise for PLOGI.

Affected files ...

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

Differences ...

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

@@ -2123,6 +2123,7 @@
 	mbs.param[6] = DMA_WD3(FCPARAM(isp)->isp_scdma);
 	mbs.param[7] = DMA_WD2(FCPARAM(isp)->isp_scdma);
 	mbs.logval = MBLOGALL;
+	mbs.timeout = 250000;
 	MEMORYBARRIER(isp, SYNC_SFORDEV, 0, QENTRY_LEN);
 	isp_mboxcmd(isp, &mbs);
 	if (mbs.param[0] != MBOX_COMMAND_COMPLETE) {
@@ -2232,6 +2233,7 @@
 	mbs.param[3] = portid;
 
 	mbs.logval = MBLOGNONE;
+	mbs.timeout = 250000;
 	isp_mboxcmd(isp, &mbs);
 
 	switch (mbs.param[0]) {



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