Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 02/02/1999 05:01:37
Module Name:	src
Committed By:	bouyer
Date:		Tue Feb  2 13:01:37 UTC 1999

Modified Files:
	src/sys/dev/scsipi: scsipi_base.c
Log Message:
If sense_key == UNIT_ATTENTION and ASC/ASQ == "Power On, Reset, or Bus Device
Reset", retry the command instead of returning an error. XS_RESET is useless
without this, as the retryed command will die with this unit attention.