Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/dev/ic
Module Name: syssrc
Committed By: mjacob
Date: Fri May 17 18:49:44 UTC 2002
Modified Files:
syssrc/sys/dev/ic: isp.c isp_inline.h isp_target.h ispmbox.h
Log Message:
Fix seveeral issues- but the most important of which is that we have
to check if we get a RQCS_DATA_UNDERRUN - if we're an FC card, we may
not have RQCS_RU set- if it isn't set, we just lost a DATA XFR IU in the
middle of the exchange. In this case, we have to bomb out the whole xfer.
We had been getting silent data corruption before.
To generate a diff of this commit:
cvs rdiff -r1.93 -r1.94 syssrc/sys/dev/ic/isp.c
cvs rdiff -r1.20 -r1.21 syssrc/sys/dev/ic/isp_inline.h
cvs rdiff -r1.17 -r1.18 syssrc/sys/dev/ic/isp_target.h
cvs rdiff -r1.40 -r1.41 syssrc/sys/dev/ic/ispmbox.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index