Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/arch/mips/mips



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.




Home | Main Index | Thread Index | Old Index