Subject: CVS commit: syssrc/sys/dev/scsipi
To: None <source-changes@netbsd.org>
From: Matthew Jacob <mjacob@netbsd.org>
List: source-changes
Date: 06/05/2002 03:15:34
Module Name:	syssrc
Committed By:	mjacob
Date:		Wed Jun  5 00:15:34 UTC 2002

Modified Files:
	syssrc/sys/dev/scsipi: scsipi_base.c

Log Message:
As per a discussion on tech-kern a while back- honor retries for
XS_SELTIMEOUT and XS_TIMEOUT errors- but only do so if the device exists
already.

Devices that are being probed won't be found via periph_lookup, so we can
use that to find if a device exists for the purposes of honoring retries.


To generate a diff of this commit:
cvs rdiff -r1.76 -r1.77 syssrc/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.