PERFORCE change 109457 for review
Matt Jacob
mjacob at FreeBSD.org
Tue Nov 7 18:04:10 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=109457
Change 109457 by mjacob at 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;
More information about the p4-projects
mailing list