Subject: CVS commit: syssrc/sys/arch/mips/mips
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 06/05/2002 09:27:12
Module Name:	syssrc
Committed By:	simonb
Date:		Wed Jun  5 06:27:11 UTC 2002

Modified Files:
	syssrc/sys/arch/mips/mips: bus_space_alignstride_chipdep.c

Log Message:
Introduce CHIP_ACCESSTYPE which (if defined) is used as the type for
performing the accesses, regardless of the size of the data type
requested.  Useful for chips which require fixed-width accesses to all
registers.

Cast arguments printed using %lx to u_long all the time, not just
sometimes.

Include a few extra files here so they don't need to be included by the
files that include this one.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 \
    syssrc/sys/arch/mips/mips/bus_space_alignstride_chipdep.c

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