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