Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Nov 2006 18:04:08 GMT
From:      Matt Jacob <mjacob@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 109457 for review
Message-ID:  <200611071804.kA7I4850013451@repoman.freebsd.org>

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

Change 109457 by mjacob@newisp on 2006/11/07 18:04:06

	Fix cam_xpt.c.

Affected files ...

.. //depot/projects/newisp/cam/cam_xpt.c#10 edit

Differences ...

==== //depot/projects/newisp/cam/cam_xpt.c#10 (text+ko) ====

@@ -6607,8 +6607,8 @@
 		  && (inq_data->flags & SID_Sync) == 0
 		  && cts->type == CTS_TYPE_CURRENT_SETTINGS)
 		 || ((cpi.hba_inquiry & PI_SDTR_ABLE) == 0)
-		 || (cur_spi->sync_offset == 0)
-		 || (cur_spi->sync_period == 0)) {
+		 || (spi->sync_offset == 0)
+		 || (spi->sync_period == 0)) {
 			/* Force async */
 			spi->sync_period = 0;
 			spi->sync_offset = 0;



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