Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Takao Shinohara <shin@netbsd.org>
List: source-changes
Date: 09/24/1999 17:00:40
Module Name:	syssrc
Committed By:	shin
Date:		Sat Sep 25 00:00:39 UTC 1999

Modified Files:
	syssrc/sys/arch/mips/include: cpuregs.h locore.h mips3_pte.h
	    mips_param.h
	syssrc/sys/arch/mips/mips: db_interface.c locore.S locore_mips3.S
	    mips_machdep.c pmap.c trap.c

Log Message:
Changes for NetBSD/hpcmips.

	Support VR4100.
	Support 16KB page.
	Support CPU without FPU.

Fix virtual alias problem(physio() case).

[new options]

options		MIPS3_4100	/* VR4100 core */
options		MIPS_16K_PAGE	/* enable kernel support for 16k pages  */
options		SOFTFLOAT 	/* No FPU; avoid touching FPU registers */


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 syssrc/sys/arch/mips/include/cpuregs.h
cvs rdiff -r1.20 -r1.21 syssrc/sys/arch/mips/include/locore.h
cvs rdiff -r1.9 -r1.10 syssrc/sys/arch/mips/include/mips3_pte.h
cvs rdiff -r1.13 -r1.14 syssrc/sys/arch/mips/include/mips_param.h
cvs rdiff -r1.17 -r1.18 syssrc/sys/arch/mips/mips/db_interface.c
cvs rdiff -r1.76 -r1.77 syssrc/sys/arch/mips/mips/locore.S
cvs rdiff -r1.9 -r1.10 syssrc/sys/arch/mips/mips/locore_mips3.S
cvs rdiff -r1.55 -r1.56 syssrc/sys/arch/mips/mips/mips_machdep.c
cvs rdiff -r1.70 -r1.71 syssrc/sys/arch/mips/mips/pmap.c
cvs rdiff -r1.112 -r1.113 syssrc/sys/arch/mips/mips/trap.c

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