Home | History | Annotate | Line # | Download | only in conf
files.mips revision 1.32.2.2
      1  1.32.2.2  nathanw #	$NetBSD: files.mips,v 1.32.2.2 2002/01/08 00:26:15 nathanw Exp $
      2  1.32.2.2  nathanw #
      3  1.32.2.2  nathanw 
      4  1.32.2.2  nathanw defflag	opt_cputype.h		NOTYET	# MIPS1	MIPS2 MIPS3 MIPS4 MIPS5
      5  1.32.2.2  nathanw 					# MIPS32 MIPS64
      6  1.32.2.2  nathanw 					# MIPS3_4100
      7  1.32.2.2  nathanw 					# MIPS3_5200
      8  1.32.2.2  nathanw 					# ENABLE_MIPS_TX3900
      9  1.32.2.2  nathanw 					# ENABLE_MIPS_R4700
     10  1.32.2.2  nathanw 					# ENABLE_MIPS_R3NKK
     11  1.32.2.2  nathanw 					# NOFPU
     12  1.32.2.2  nathanw defflag	opt_mips_cache.h		MIPS3_L2CACHE_ABSENT
     13  1.32.2.2  nathanw 					MIPS3_L2CACHE_PRESENT
     14  1.32.2.2  nathanw 					MIPS3_NO_PV_UNCACHED
     15  1.32.2.2  nathanw 
     16  1.32.2.2  nathanw file	arch/mips/mips/cache.c
     17  1.32.2.2  nathanw file	arch/mips/mips/cache_r3k.c		mips1
     18  1.32.2.2  nathanw file	arch/mips/mips/cache_r3k_subr.S		mips1
     19  1.32.2.2  nathanw file	arch/mips/mips/cache_tx39.c		mips1 & enable_mips_tx3900
     20  1.32.2.2  nathanw file	arch/mips/mips/cache_tx39_subr.S	mips1 & enable_mips_tx3900
     21  1.32.2.2  nathanw file	arch/mips/mips/cache_r4k.c		mips3
     22  1.32.2.2  nathanw file	arch/mips/mips/cache_r5k.c		mips3
     23  1.32.2.2  nathanw file	arch/mips/mips/cache_r5900.c		mips3 & mips3_5900
     24  1.32.2.2  nathanw 
     25  1.32.2.2  nathanw file	arch/mips/mips/db_disasm.c	ddb
     26  1.32.2.2  nathanw file	arch/mips/mips/db_interface.c	ddb | kgdb
     27  1.32.2.2  nathanw file	arch/mips/mips/db_trace.c	ddb
     28  1.32.2.2  nathanw file	arch/mips/mips/cpu_exec.c
     29  1.32.2.2  nathanw file	arch/mips/mips/kgdb_machdep.c	kgdb
     30  1.32.2.2  nathanw file	arch/mips/mips/mem.c
     31  1.32.2.2  nathanw file	arch/mips/mips/mips_mcclock.c	mcclock	# CPU speed via mcclock
     32  1.32.2.2  nathanw file	arch/mips/mips/pmap.c
     33  1.32.2.2  nathanw file	arch/mips/mips/syscall.c		# syscalls
     34  1.32.2.2  nathanw file	arch/mips/mips/trap.c			# interrupt, trap handlers
     35  1.32.2.2  nathanw file	arch/mips/mips/vm_machdep.c
     36  1.32.2.2  nathanw file	arch/mips/mips/mips_machdep.c		# shared mips machdep.c
     37  1.32.2.2  nathanw file	arch/mips/mips/sys_machdep.c		# shared mips sys_machdep
     38  1.32.2.2  nathanw file	arch/mips/mips/process_machdep.c	# shared process_machdep
     39  1.32.2.2  nathanw 
     40  1.32.2.2  nathanw file	arch/mips/mips/in_cksum.c	inet
     41  1.32.2.2  nathanw file	netinet/in4_cksum.c		inet
     42  1.32.2.2  nathanw file	netns/ns_cksum.c		ns
     43  1.32.2.2  nathanw 
     44  1.32.2.2  nathanw file	arch/mips/mips/fpemu.c		softfloat
     45  1.32.2.2  nathanw 
     46  1.32.2.2  nathanw # Binary compatibility with previous NetBSD releases (COMPAT_XX)
     47  1.32.2.2  nathanw file	arch/mips/mips/compat_13_machdep.c	compat_13 | compat_ultrix
     48  1.32.2.2  nathanw 
     49  1.32.2.2  nathanw # Ultrix Binary Compatibility (COMPAT_ULTRIX)
     50  1.32.2.2  nathanw include "compat/ultrix/files.ultrix"
     51  1.32.2.2  nathanw 
     52  1.32.2.2  nathanw # Linux compatibility (COMPAT_LINUX)	XXX Highly experimental
     53  1.32.2.2  nathanw include "compat/ossaudio/files.ossaudio"
     54  1.32.2.2  nathanw include "compat/linux/files.linux"
     55  1.32.2.2  nathanw include "compat/linux/arch/mips/files.linux_mips"
     56  1.32.2.2  nathanw file arch/mips/mips/linux_trap.c			compat_linux
     57  1.32.2.2  nathanw file arch/mips/mips/linux_syscall.c			compat_linux
     58  1.32.2.2  nathanw 
     59  1.32.2.2  nathanw # IRIX compatibility (COMPAT_IRIX)        XXX even more experimental
     60  1.32.2.2  nathanw include "compat/irix/files.irix"
     61  1.32.2.2  nathanw 
     62