Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 03/23/1999 19:52:42
Module Name:	src
Committed By:	cgd
Date:		Wed Mar 24 03:52:42 UTC 1999

Modified Files:
	src/sys/uvm: uvm_device.c uvm_device.h uvm_mmap.c
Log Message:
modify udv_attach() and its caller (uvm_mmap()) so that it's passed the
offset and size of the requested region to be mapped, so that the
udv_attach() can use the device d_mmap() entry to check mappability
of the requested region.