Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 05/17/2004 18:37:02
Module Name:	src
Committed By:	bouyer
Date:		Mon May 17 18:37:02 UTC 2004

Modified Files:
	src/sys/dev/ic: esiop.c esiopvar.h siop.c siop_common.c
	    siopvar_common.h
	src/sys/dev/microcode/siop: esiop.ss siop.ss

Log Message:
when an unexpected disconnect occurs only compute the resid; do the
real save data pointers when we get the message (or rather, at disconnect
time following the message).
Factor out code to do this, and to deal with xs->resid, in siop_common.c.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 src/sys/dev/ic/esiop.c
cvs rdiff -r1.9 -r1.10 src/sys/dev/ic/esiopvar.h
cvs rdiff -r1.73 -r1.74 src/sys/dev/ic/siop.c
cvs rdiff -r1.34 -r1.35 src/sys/dev/ic/siop_common.c
cvs rdiff -r1.27 -r1.28 src/sys/dev/ic/siopvar_common.h
cvs rdiff -r1.17 -r1.18 src/sys/dev/microcode/siop/esiop.ss \
    src/sys/dev/microcode/siop/siop.ss

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.