Source-Changes archive

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

CVS commit: [netbsd-9] src/sys/arch/powerpc



Module Name:    src
Committed By:   martin
Date:           Tue Feb 25 20:22:14 UTC 2020

Modified Files:
        src/sys/arch/powerpc/conf [netbsd-9]: files.powerpc
        src/sys/arch/powerpc/include [netbsd-9]: pio.h
        src/sys/arch/powerpc/pic [netbsd-9]: intr.c
        src/sys/arch/powerpc/powerpc [netbsd-9]: bus_dma.c pio_subr.S

Log Message:
Pull up following revision(s) (requested by rin in ticket #730):

        sys/arch/powerpc/conf/files.powerpc: revision 1.93
        sys/arch/powerpc/include/pio.h: revision 1.8
        sys/arch/powerpc/pic/intr.c: revision 1.27
        sys/arch/powerpc/powerpc/bus_dma.c: revision 1.50
        sys/arch/powerpc/powerpc/pio_subr.S: revision 1.17

Add PPC_IBM440 flag as 440 is significantly different from 40x processors.
(It may be more easily supported by booke than by ibm4xx.)

 -

eieio is implemented as sync on 40x. Therefore, "sync; eieio" and
"eieio; sync" can be replaced by a single sync.


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.92.4.1 src/sys/arch/powerpc/conf/files.powerpc
cvs rdiff -u -r1.7 -r1.7.52.1 src/sys/arch/powerpc/include/pio.h
cvs rdiff -u -r1.26 -r1.26.4.1 src/sys/arch/powerpc/pic/intr.c
cvs rdiff -u -r1.49 -r1.49.4.1 src/sys/arch/powerpc/powerpc/bus_dma.c
cvs rdiff -u -r1.16 -r1.16.32.1 src/sys/arch/powerpc/powerpc/pio_subr.S

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