Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   simonb
Date:           Mon Jul 13 05:20:46 UTC 2020

Modified Files:
        src/share/man/man4: ddb.4
        src/sys/arch/evbmips/cavium: machdep.c
        src/sys/arch/mips/include: db_machdep.h
        src/sys/arch/mips/mips: db_interface.c mips_machdep.c

Log Message:
Copy "mach reset" logic from arm32 recently added by jmcneill@.  The
previous MIPS "mach reset" DDB command was hard-coded for Octeon Cavium
CPUs only.


To generate a diff of this commit:
cvs rdiff -u -r1.190 -r1.191 src/share/man/man4/ddb.4
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/evbmips/cavium/machdep.c
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/mips/include/db_machdep.h
cvs rdiff -u -r1.83 -r1.84 src/sys/arch/mips/mips/db_interface.c
cvs rdiff -u -r1.294 -r1.295 src/sys/arch/mips/mips/mips_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