Subject: PR/31990 CVS commit: [netbsd-1-6] src/sys/dev/microcode/siop
To: None <bouyer@netbsd.org, gnats-admin@netbsd.org,>
From: James Chacon <jmc@netbsd.org>
List: netbsd-bugs
Date: 12/14/2005 03:25:06
The following reply was made to PR kern/31990; it has been noted by GNATS.
From: James Chacon <jmc@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: PR/31990 CVS commit: [netbsd-1-6] src/sys/dev/microcode/siop
Date: Wed, 14 Dec 2005 03:21:51 +0000 (UTC)
Module Name: src
Committed By: jmc
Date: Wed Dec 14 03:21:51 UTC 2005
Modified Files:
src/sys/dev/microcode/siop [netbsd-1-6]: esiop.out siop.out
Log Message:
Regen (requested in ticket #5957 by bouyer)
Some drives disconnect after the last data phase without a save data pointer
message. In such case we would not update resid with the proper value
(eventually resid would not be updated at all if there was only one data
phase). To fix this, have the script save the offset in the data tables at
disconnect time if there was a transfer, and use this to compute the resid
if the current offset is 0. PR#31990
To generate a diff of this commit:
cvs rdiff -r1.10.4.3 -r1.10.4.4 src/sys/dev/microcode/siop/esiop.out
cvs rdiff -r1.14.4.2 -r1.14.4.3 src/sys/dev/microcode/siop/siop.out
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.