Subject: CVS commit: src/sys/arch/arm/footbridge
To: None <source-changes@NetBSD.org>
From: Chris Gilbert <chris@netbsd.org>
List: source-changes
Date: 07/30/2005 15:14:29
Module Name:	src
Committed By:	chris
Date:		Sat Jul 30 15:14:29 UTC 2005

Modified Files:
	src/sys/arch/arm/footbridge: footbridge_io.c

Log Message:
When the footbridge does a bus space mapping it should default to
making the mapping not cacheable, and only allow caching if the relevant
flag is passed in.

This doesn't seem to fix, or break anything, but it matches the expected
bus space API.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/arch/arm/footbridge/footbridge_io.c

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