Subject: CVS commit: syssrc [thorpej_scsipi]
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 04/23/2001 15:33:35
Module Name:	syssrc
Committed By:	bouyer
Date:		Mon Apr 23 12:33:35 UTC 2001

Modified Files:
	syssrc/sys/dev/scsipi [thorpej_scsipi]: scsipi_base.c

Log Message:
In channel completion thread, tsleep() at splbio, to avoid race condition
where scsipi_done would put something in the queue and wakeup between
splx(s) and tsleep().


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