Subject: CVS commit: [netbsd-3] src/sys/dev
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 04/03/2005 13:32:40
Module Name:	src
Committed By:	tron
Date:		Sun Apr  3 13:32:40 UTC 2005

Modified Files:
	src/sys/dev [netbsd-3]: vndvar.h

Log Message:
Pull up revision 1.14 (requested by bouyer in ticket #85):
Make vnd do I/O to the underlying file from thread context. This
allows the strategy routine to be called from interrupt context, fixes
PR kern/29775 by Juan RP.
Now that pool_get() is only called from thread context, change PR_NOWAIT to
PR_WAITOK. Fix PR kern/26272 by Juergen Hannken-Illjes.
OK'd by thorpej@


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.13.2.1 src/sys/dev/vndvar.h

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