Home | History | Annotate | Line # | Download | only in conf
files.mips revision 1.32
      1  1.32   thorpej #	$NetBSD: files.mips,v 1.32 2001/11/14 18:15:19 thorpej Exp $
      2  1.14     perry #
      3  1.16  jonathan 
      4  1.28       cgd defopt 	opt_cputype.h		NOTYET	# MIPS1	MIPS2 MIPS3 MIPS4 MIPS5
      5  1.28       cgd 					# MIPS32 MIPS64
      6  1.28       cgd 					# MIPS3_4100
      7  1.28       cgd 					# MIPS3_5200
      8  1.25     soren 					# ENABLE_MIPS_TX3900
      9  1.26     soren 					# ENABLE_MIPS_R4700
     10  1.26     soren 					# ENABLE_MIPS_R3NKK
     11  1.28       cgd 					# NOFPU
     12  1.25     soren defopt	opt_mips_cache.h		MIPS3_L2CACHE_ABSENT
     13  1.25     soren 					MIPS3_L2CACHE_PRESENT
     14  1.29     jeffs 					MIPS3_NO_PV_UNCACHED
     15  1.32   thorpej 
     16  1.32   thorpej file	arch/mips/mips/cache.c
     17  1.32   thorpej file	arch/mips/mips/cache_r3k.c	mips1
     18  1.32   thorpej file	arch/mips/mips/cache_r3k_subr.S	mips1
     19  1.32   thorpej file	arch/mips/mips/cache_r4k.c	mips3
     20  1.32   thorpej file	arch/mips/mips/cache_r5k.c	mips3
     21  1.32   thorpej 
     22   1.9  jonathan file	arch/mips/mips/db_disasm.c	ddb
     23  1.27     jeffs file	arch/mips/mips/db_interface.c	ddb | kgdb
     24   1.9  jonathan file	arch/mips/mips/db_trace.c	ddb
     25   1.1  jonathan file	arch/mips/mips/cpu_exec.c
     26  1.27     jeffs file	arch/mips/mips/kgdb_machdep.c	kgdb
     27   1.2  jonathan file	arch/mips/mips/mem.c
     28  1.19    castor file	arch/mips/mips/mips_mcclock.c	mcclock	# CPU speed via mcclock
     29   1.7  jonathan file	arch/mips/mips/pmap.c
     30  1.30   thorpej file	arch/mips/mips/syscall.c		# syscalls
     31   1.8    mhitch file	arch/mips/mips/trap.c			# interrupt, trap handlers
     32   1.7  jonathan file	arch/mips/mips/vm_machdep.c
     33   1.4  jonathan file	arch/mips/mips/mips_machdep.c		# shared mips machdep.c
     34   1.6  jonathan file	arch/mips/mips/sys_machdep.c		# shared mips sys_machdep
     35   1.4  jonathan file	arch/mips/mips/process_machdep.c	# shared process_machdep
     36  1.10  jonathan 
     37  1.13  jonathan file	arch/mips/mips/in_cksum.c	inet
     38  1.23   thorpej file	netinet/in4_cksum.c		inet
     39  1.10  jonathan file	netns/ns_cksum.c		ns
     40  1.22       jun 
     41  1.22       jun file	arch/mips/mips/fpemu.c		softfloat
     42  1.17   thorpej 
     43  1.20    simonb # Binary compatibility with previous NetBSD releases (COMPAT_XX)
     44  1.18  drochner file	arch/mips/mips/compat_13_machdep.c	compat_13 | compat_ultrix
     45  1.24     soren 
     46  1.24     soren # Ultrix Binary Compatibility (COMPAT_ULTRIX)
     47  1.24     soren include "compat/ultrix/files.ultrix"
     48  1.31      manu 
     49  1.31      manu # Linux compatibility (COMPAT_LINUX)       XXX Highly experimental
     50  1.31      manu include "compat/ossaudio/files.ossaudio"
     51  1.31      manu include "compat/linux/files.linux"
     52  1.31      manu include "compat/linux/arch/mips/files.linux_mips"
     53  1.31      manu file arch/mips/mips/linux_trap.c			compat_linux
     54  1.31      manu file arch/mips/mips/linux_syscall.c			compat_linux
     55  1.31      manu 
     56