Source-Changes archive

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

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips



Module Name:    src
Committed By:   cliff
Date:           Mon Nov  9 09:59:27 UTC 2009

Modified Files:
        src/sys/arch/mips/mips [matt-nb5-mips64]:
            bus_space_alignstride_chipdep.c

Log Message:
revamp read_[1,2,4,8] and write_[1,2,4,8] functions
- fix bug in read_8  when Little Endian, Access Size 1, Stride 0
- fix bug in write_1 when Little Endian, Access Size 4, Stride 0
- fix bug in read_8  when Little Endian, Access Size 4, Stride 0
- fix bug in read_2  when Big Endian, Access Size 1, Stride 0
- fix bug in read_4  when Big Endian, Access Size 1, Stride 0
- fix bug in read_8  when Big Endian, Access Size 1, Stride 0
- fix bug in write_1 when Big Endian, Access Size 4, Stride 0
- fix bug in write_2 when Big Endian, Access Size 4, Stride 0
- fix bug in read_8  when Big Endian, Access Size 4, Stride 0


To generate a diff of this commit:
cvs rdiff -u -r1.10.18.3 -r1.10.18.4 \
    src/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