Subject: CVS commit: src/sys/arch/evbppc/explora
To: None <source-changes@NetBSD.org>
From: Juergen Hannken-Illjes <hannken@netbsd.org>
List: source-changes
Date: 11/27/2007 10:59:25
Module Name:	src
Committed By:	hannken
Date:		Tue Nov 27 10:59:25 UTC 2007

Modified Files:
	src/sys/arch/evbppc/explora: consinit.c
	src/sys/arch/evbppc/explora/dev: com_elb.c lpt_elb.c pckbc_elb.c

Log Message:
When using bus_space_map() on the ISA bus unstride the address.  Since
Rev. 1.13 of sys/arch/powerpc/powerpc/bus_space.c the address will be
strided by memio_map().


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/arch/evbppc/explora/consinit.c
cvs rdiff -r1.4 -r1.5 src/sys/arch/evbppc/explora/dev/com_elb.c
cvs rdiff -r1.3 -r1.4 src/sys/arch/evbppc/explora/dev/lpt_elb.c \
    src/sys/arch/evbppc/explora/dev/pckbc_elb.c

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