Subject: CVS commit: syssrc/sys/arch/acorn26/stand/boot26
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 05/27/2002 23:17:13
Module Name:	syssrc
Committed By:	bjh21
Date:		Mon May 27 20:17:12 UTC 2002

Modified Files:
	syssrc/sys/arch/acorn26/stand/boot26: boot26.c

Log Message:
Add a function, get_page(), whose job is to find which logical page should
be used to load a given physical page.  At the moment, this just returns
the page's current logical mapping, but in future it might handle returning
bounce pages for physical pages which are in use, and copying to the correct
page just before loading the kernel.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/acorn26/stand/boot26/boot26.c

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