Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 04/20/1999 19:03:25
Module Name:	src
Committed By:	simonb
Date:		Wed Apr 21 02:03:25 UTC 1999

Modified Files:
	src/sys/arch/pmax/pmax: machdep.c
Log Message:
In cpu_startup():
+ Initialise minaddr to the start of the file I/O buffers.
+ Check for overallocation of RAM for these buffers.
+ Change function name in panic message to match reality.

Code taken from almost every other port, and fixes the:
uvm_km_suballoc: unable to allocate space in parent map
panic that some people have been experiencing.