Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: source-changes
Date: 03/29/2006 23:07:50
Module Name:	src
Committed By:	cube
Date:		Wed Mar 29 23:07:50 UTC 2006

Modified Files:
	src/sys/arch/amd64/amd64: netbsd32_machdep.c
	src/sys/arch/amd64/include: mcontext.h netbsd32_machdep.h
	src/sys/arch/sparc/include: mcontext.h
	src/sys/arch/sparc64/sparc64: netbsd32_machdep.c

Log Message:
Add the netbsd32 MD bits for sparc64 and amd64 to support SA.

Many thanks to all who helped for that little project, notably Martin
Husemann for teaching me a bit about the very special sparc64 world.


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/sys/arch/amd64/amd64/netbsd32_machdep.c
cvs rdiff -r1.7 -r1.8 src/sys/arch/amd64/include/mcontext.h
cvs rdiff -r1.9 -r1.10 src/sys/arch/amd64/include/netbsd32_machdep.h
cvs rdiff -r1.7 -r1.8 src/sys/arch/sparc/include/mcontext.h
cvs rdiff -r1.58 -r1.59 src/sys/arch/sparc64/sparc64/netbsd32_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.