Subject: CVS commit: src/sys/dev/scsipi
To: None <source-changes@NetBSD.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 04/17/2006 14:30:40
Module Name:	src
Committed By:	nathanw
Date:		Mon Apr 17 14:30:40 UTC 2006

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

Log Message:
In scsipi_done(), bail out early if the scsipi_xfer has already been
marked as done. Works around one problem with detaching in-use sd
devices, as described on tech-kern:

http://mail-index.netbsd.org/tech-kern/2005/09/22/0002.html


To generate a diff of this commit:
cvs rdiff -r1.134 -r1.135 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.