Subject: CVS commit: [netbsd-4] src/sys/arch/amiga
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 05/23/2007 23:04:30
Module Name:	src
Committed By:	riz
Date:		Wed May 23 23:04:30 UTC 2007

Modified Files:
	src/sys/arch/amiga/amiga [netbsd-4]: amiga_init.c pmap.c
	src/sys/arch/amiga/include [netbsd-4]: vmparam.h

Log Message:
Pull up following revision(s) (requested by mhitch in ticket #659):
	sys/arch/amiga/amiga/amiga_init.c: revision 1.95
	sys/arch/amiga/include/vmparam.h: revision 1.35
	sys/arch/amiga/amiga/pmap.c: revision 1.123
Final changes to amiga kernel address space layout to match almost all the
other m68k ports (initially from the yamt-km branch a long time ago).
- move Sysmap to the end of address space.
- move Amiga hardware mapping to immediately after Sysptmap.
- tweak virtual_avail/end accordingly.
A DEBUG kernel should now boot without panicing.  Also, kernel address space
layout is now compatible with m68k/m68k/pmap_motorola.c.


To generate a diff of this commit:
cvs rdiff -r1.92 -r1.92.16.1 src/sys/arch/amiga/amiga/amiga_init.c
cvs rdiff -r1.118 -r1.118.4.1 src/sys/arch/amiga/amiga/pmap.c
cvs rdiff -r1.34 -r1.34.24.1 src/sys/arch/amiga/include/vmparam.h

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