Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 10/09/1998 20:42:53
Module Name:	src
Committed By:	thorpej
Date:		Sat Oct 10 03:42:53 UTC 1998

Modified Files:
	src/sys/dev/scsipi: scsipi_base.c
Log Message:
If the adapter returned XS_RESET and the xfer specifies a retry count,
attempt to reissue the command (which was destroyed by the bus reset).

Slightly modified from PR #6090, from Matt Jacob.