Source-Changes archive

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

CVS commit: syssrc



Module Name:    syssrc
Committed By:   eeh
Date:           Sat Jun  5 21:58:19 UTC 1999

Modified Files:
        syssrc/sys/arch/sparc64/dev: cgeight.c cgfour.c cgthree.c cgtwo.c fd.c
            pci_machdep.c
        syssrc/sys/arch/sparc64/include: cpu.h ctlreg.h param.h pte.h trap.h
        syssrc/sys/arch/sparc64/sparc64: locore.s machdep.c

Log Message:
Make pbrobeget() and probeset() work for 64-bit values as well.  To do this
the arguments are changed so the address is first and the ASI second so we
can have the address in %o0:%o1 and not worry about unused registers.

Also a bit of copyright cleanup.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/sparc64/dev/cgeight.c \
    syssrc/sys/arch/sparc64/dev/cgtwo.c
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/sparc64/dev/cgfour.c
cvs rdiff -r1.6 -r1.7 syssrc/sys/arch/sparc64/dev/cgthree.c \
    syssrc/sys/arch/sparc64/dev/fd.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/sparc64/dev/pci_machdep.c
cvs rdiff -r1.8 -r1.9 syssrc/sys/arch/sparc64/include/cpu.h
cvs rdiff -r1.10 -r1.11 syssrc/sys/arch/sparc64/include/ctlreg.h
cvs rdiff -r1.9 -r1.10 syssrc/sys/arch/sparc64/include/param.h
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/sparc64/include/pte.h
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/sparc64/include/trap.h
cvs rdiff -r1.40 -r1.41 syssrc/sys/arch/sparc64/sparc64/locore.s
cvs rdiff -r1.45 -r1.46 syssrc/sys/arch/sparc64/sparc64/machdep.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