Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Hiroyuki Bessho <bsh@netbsd.org>
List: source-changes
Date: 03/17/2005 16:22:57
Module Name:	src
Committed By:	bsh
Date:		Thu Mar 17 16:22:57 UTC 2005

Modified Files:
	src/sys/arch/arm/xscale: pxa2x0_space.c
	src/sys/arch/evbarm/g42xxeb: g42xxeb_machdep.c g42xxeb_reg.h
	src/sys/arch/evbarm/lubbock: lubbock_machdep.c lubbock_reg.h

Log Message:
Switch kernels for Lubbock and TwinTail to use pmap_devmap to map
I/O registers that are used in early start-up stage.  Also stop using
special bootstrap-time-only bus_space_map function in {lubbock,g42xxeb}_machdep.c.

This makes initarm() for them a bit simpler, and gives us smaller diffs
to other evbarm platforms.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/arch/arm/xscale/pxa2x0_space.c
cvs rdiff -r1.1 -r1.2 src/sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c \
    src/sys/arch/evbarm/g42xxeb/g42xxeb_reg.h
cvs rdiff -r1.5 -r1.6 src/sys/arch/evbarm/lubbock/lubbock_machdep.c
cvs rdiff -r1.2 -r1.3 src/sys/arch/evbarm/lubbock/lubbock_reg.h

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