Subject: CVS commit: src/sys/dev/scsipi
To: None <source-changes@NetBSD.org>
From: Reinoud Zandijk <reinoud@netbsd.org>
List: source-changes
Date: 09/14/2006 17:54:34
Module Name:	src
Committed By:	reinoud
Date:		Thu Sep 14 17:54:34 UTC 2006

Modified Files:
	src/sys/dev/scsipi: sd.c

Log Message:
Fix same panic problem as with cd.c when a scsi error happends on
read/write action. It would panic on a diagnosic assertion. When a scsi
read/write command fails, the whole extent is gone bad so mark all as not
done.


To generate a diff of this commit:
cvs rdiff -r1.249 -r1.250 src/sys/dev/scsipi/sd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.