Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Matthew Fredette <fredette@netbsd.org>
List: source-changes
Date: 06/14/2001 19:32:46
Module Name:	syssrc
Committed By:	fredette
Date:		Thu Jun 14 16:32:46 UTC 2001

Modified Files:
	syssrc/sys/arch/sun2/sun2: mem.c

Log Message:
Since physical memory below 0x2000 isn't mapped anywhere
for now, return EFAULT when /dev/mem tries to read it.
Other physical memory not managed by the pmap system is
mapped at the same virtual addresses.  Now that we
understand how VME PTEs are constructed, give mmapping
a VME bus a better chance of working..


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/sun2/sun2/mem.c

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