NetBSD/sys/arch/mips
shin 44c2553ded 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 */
1999-09-25 00:00:37 +00:00
..
conf Nuke register and remove trailling white space. 1999-04-24 08:01:01 +00:00
include Changes for NetBSD/hpcmips. 1999-09-25 00:00:37 +00:00
mips Changes for NetBSD/hpcmips. 1999-09-25 00:00:37 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00
Makefile.inc