Date: Sun, 20 Oct 2002 10:03:15 -0700 (PDT) From: Thomas Moestl <tmm@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.sparc64 src/sys/kern kern_shutdown.c src/sys/sparc64/sparc64 dump_machdep.c pmap.c src/sys/sys kerneldump.h src/sys/sparc64/include kerneldump.h ofw_mem.h Message-ID: <200210201703.g9KH3FxD063372@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tmm 2002/10/20 10:03:15 PDT Modified files: sys/conf files.sparc64 sys/kern kern_shutdown.c sys/sparc64/sparc64 dump_machdep.c pmap.c sys/sys kerneldump.h Added files: sys/sparc64/include kerneldump.h ofw_mem.h Log: Add kernel dump support, based on the ia64 version (which was committed as sparc64/sparc64/dump_machdep.c a while back). Other than ia64 (which uses ELF), sparc64 uses a homegrown format for the dumps (headers are required because the physical address and size of the tsb must be noted, and because physical memory may be discontiguous); ELF would not offer any advantages here. Reviewed by: jake Revision Changes Path 1.34 +1 -0 src/sys/conf/files.sparc64 1.135 +1 -1 src/sys/kern/kern_shutdown.c 1.1 +51 -0 src/sys/sparc64/include/kerneldump.h (new) 1.1 +43 -0 src/sys/sparc64/include/ofw_mem.h (new) 1.2 +99 -151 src/sys/sparc64/sparc64/dump_machdep.c 1.88 +37 -16 src/sys/sparc64/sparc64/pmap.c 1.6 +1 -0 src/sys/sys/kerneldump.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210201703.g9KH3FxD063372>