Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Peter Postma <peter@netbsd.org>
List: source-changes
Date: 04/11/2006 15:08:10
Module Name: src
Committed By: peter
Date: Tue Apr 11 15:08:10 UTC 2006
Modified Files:
src/sys/arch/arm/sa11x0: sa11x0_com.c sa11x0_io.c sa11x0_reg.h
src/sys/arch/hpcarm/conf: IPAQ JORNADA720 JORNADA820
src/sys/arch/hpcarm/hpcarm: hpc_machdep.c
Log Message:
Implement pmap_devmap on hpcarm to map I/O registers that are used
in early start-up stage. Change the virtual address for UART #3 to
the physical address in the configuration files.
While here, implement the sa11x0_bs_unmap function.
Reviewed by Toru Nishimura (on port-arm).
To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 src/sys/arch/arm/sa11x0/sa11x0_com.c
cvs rdiff -r1.15 -r1.16 src/sys/arch/arm/sa11x0/sa11x0_io.c
cvs rdiff -r1.4 -r1.5 src/sys/arch/arm/sa11x0/sa11x0_reg.h
cvs rdiff -r1.46 -r1.47 src/sys/arch/hpcarm/conf/IPAQ
cvs rdiff -r1.57 -r1.58 src/sys/arch/hpcarm/conf/JORNADA720
cvs rdiff -r1.4 -r1.5 src/sys/arch/hpcarm/conf/JORNADA820
cvs rdiff -r1.78 -r1.79 src/sys/arch/hpcarm/hpcarm/hpc_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.