Subject: CVS commit: syssrc/sys/dev/scsipi
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 03/16/2002 19:21:21
Module Name:	syssrc
Committed By:	bouyer
Date:		Sat Mar 16 17:21:20 UTC 2002

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

Log Message:
Present the same interface to periph driver for ASYNC scsipi_command() in the
normal case, and in the polling or "no thread yet" cases:
don't return an error from scsipi_complete(), as the error should already have
been handled in scsipi_complete() and eventually periph driver callbacks.
Should fix kern/15190.


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