Subject: Re: DVMA
To: None <D.K.Brownlee@city.ac.uk>
From: Charles M. Hannum <mycroft@ai.mit.edu>
List: port-sparc
Date: 06/06/1995 09:33:35
	   Presumably the kernel calls xdstragegy()  which sets everything 
	   up & initiates the read request then exits, leaving the process in
	   disk wait.

No; the strategy routine returns.  In fact, the entire I/O may be
delayed and done long after the kernel has returned to the process, so
its context is not necessarily available.