Subject: CVS commit: src/sys/arch/amiga
To: None <source-changes@NetBSD.org>
From: Michael L. Hitch <mhitch@netbsd.org>
List: source-changes
Date: 05/12/2007 16:51:44
Module Name:	src
Committed By:	mhitch
Date:		Sat May 12 16:51:44 UTC 2007

Modified Files:
	src/sys/arch/amiga/amiga: amiga_init.c pmap.c
	src/sys/arch/amiga/include: vmparam.h

Log Message:
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.94 -r1.95 src/sys/arch/amiga/amiga/amiga_init.c
cvs rdiff -r1.122 -r1.123 src/sys/arch/amiga/amiga/pmap.c
cvs rdiff -r1.34 -r1.35 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.