Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Scott Reynolds <scottr@netbsd.org>
List: source-changes
Date: 09/17/1998 22:53:08
Module Name:	src
Committed By:	scottr
Date:		Fri Sep 18 05:53:08 UTC 1998

Modified Files:
	src/sys/dev/scsipi: scsipi_base.c
Log Message:
SCSI_ASYNCREQ turns out to be redundant; we can simply free the scsipi_xfer
in scsipi_done() if the transfer is asynchronous.  This reduces the size
of the critical section in scsipi_execute_xs() somewhat (in fact,
back to its original size).