Subject: CVS commit: src/sys/dev/scsipi
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 03/10/2004 21:57:31
Module Name: src
Committed By: bouyer
Date: Wed Mar 10 21:57:31 UTC 2004
Modified Files:
src/sys/dev/scsipi: atapi_base.c scsipi_base.c
Log Message:
Decrease xs_retries before retrying aborted commands, and report EIO if it
reaches 0. Avoids looping on aborded command in some special cases.
To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/sys/dev/scsipi/atapi_base.c
cvs rdiff -r1.101 -r1.102 src/sys/dev/scsipi/scsipi_base.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.