Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 03/01/2001 18:09:26
Module Name:	syssrc
Committed By:	pk
Date:		Thu Mar  1 16:09:25 UTC 2001

Modified Files:
	syssrc/sys/arch/sparc/sparc: machdep.c

Log Message:
* Correct the `flags' argument in several calls to pmap_enter().
* message buffer initialisation:
	- change the buffer size to 8192 on all platforms
	- don't assume the buffer is always located at physical address 0
	- drop the SUN4 hack that left first half of the page unused;
	  I believe this is no longer necessary, since the msgbuf
	  data structure is duely sanity-checked before use in initmsgbuf().


To generate a diff of this commit:
cvs rdiff -r1.175 -r1.176 syssrc/sys/arch/sparc/sparc/machdep.c

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