Subject: CVS commit: syssrc/sys/dev/ic
To: None <source-changes@netbsd.org>
From: Matthew Jacob <mjacob@netbsd.org>
List: source-changes
Date: 05/17/2002 21:49:44
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.