Subject: CVS commit: src/sys/arch
To: None <source-changes@netbsd.org>
From: Naoto SHIMAZAKI <igy@netbsd.org>
List: source-changes
Date: 02/22/2003 07:32:02
Module Name: src
Committed By: igy
Date: Sat Feb 22 05:32:02 UTC 2003
Modified Files:
src/sys/arch/arm/ixp12x0: ixp12x0_com.c ixp12x0_comreg.h
ixp12x0_comvar.h
src/sys/arch/evbarm/conf: NAPPI
src/sys/arch/evbarm/ixm1200: ixm1200_machdep.c
Log Message:
correct physical/virtual address handling
- to identify device instance, using hardware address.
- when console accesses device, using statically mapped address.
- when tty accesses device, using handler given by bus_space_map().
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/arch/arm/ixp12x0/ixp12x0_com.c
cvs rdiff -r1.5 -r1.6 src/sys/arch/arm/ixp12x0/ixp12x0_comreg.h
cvs rdiff -r1.3 -r1.4 src/sys/arch/arm/ixp12x0/ixp12x0_comvar.h
cvs rdiff -r1.4 -r1.5 src/sys/arch/evbarm/conf/NAPPI
cvs rdiff -r1.11 -r1.12 src/sys/arch/evbarm/ixm1200/ixm1200_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.