Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 05/17/2001 13:35:30
Module Name:	syssrc
Committed By:	scw
Date:		Thu May 17 10:35:30 UTC 2001

Modified Files:
	syssrc/sys/dev/ic: osiop.c

Log Message:
In osiop_scsidone(), call scsipi_done() even for polled operations.

This fixes a `hang' on shutdown when the `Synchronise Cache' command
is sent to a disk. (It uses polled mode because it is called from inside
a shutdown hook).


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 syssrc/sys/dev/ic/osiop.c

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