2001-09-23 23:45:41 +04:00
|
|
|
# $NetBSD: files.mips,v 1.31 2001/09/23 19:45:42 manu Exp $
|
1998-01-05 23:51:25 +03:00
|
|
|
#
|
1998-07-16 03:57:04 +04:00
|
|
|
|
2000-10-05 01:31:06 +04:00
|
|
|
defopt opt_cputype.h NOTYET # MIPS1 MIPS2 MIPS3 MIPS4 MIPS5
|
|
|
|
# MIPS32 MIPS64
|
|
|
|
# MIPS3_4100
|
|
|
|
# MIPS3_5200
|
2000-05-21 07:31:35 +04:00
|
|
|
# ENABLE_MIPS_TX3900
|
2000-05-23 08:21:39 +04:00
|
|
|
# ENABLE_MIPS_R4700
|
|
|
|
# ENABLE_MIPS_R3NKK
|
2000-10-05 01:31:06 +04:00
|
|
|
# NOFPU
|
2000-05-21 07:31:35 +04:00
|
|
|
defopt opt_mips_cache.h MIPS3_L2CACHE_ABSENT
|
|
|
|
MIPS3_L2CACHE_PRESENT
|
2000-11-01 01:46:35 +03:00
|
|
|
MIPS3_NO_PV_UNCACHED
|
1997-07-21 00:48:40 +04:00
|
|
|
file arch/mips/mips/db_disasm.c ddb
|
2000-07-17 11:04:19 +04:00
|
|
|
file arch/mips/mips/db_interface.c ddb | kgdb
|
1997-07-21 00:48:40 +04:00
|
|
|
file arch/mips/mips/db_trace.c ddb
|
1996-03-19 06:26:29 +03:00
|
|
|
file arch/mips/mips/cpu_exec.c
|
2000-07-17 11:04:19 +04:00
|
|
|
file arch/mips/mips/kgdb_machdep.c kgdb
|
1996-03-26 14:45:59 +03:00
|
|
|
file arch/mips/mips/mem.c
|
1999-01-14 21:51:31 +03:00
|
|
|
file arch/mips/mips/mips_mcclock.c mcclock # CPU speed via mcclock
|
1997-06-16 04:35:10 +04:00
|
|
|
file arch/mips/mips/pmap.c
|
2001-01-16 09:01:26 +03:00
|
|
|
file arch/mips/mips/syscall.c # syscalls
|
1997-06-28 07:43:21 +04:00
|
|
|
file arch/mips/mips/trap.c # interrupt, trap handlers
|
1997-06-16 04:35:10 +04:00
|
|
|
file arch/mips/mips/vm_machdep.c
|
1996-10-13 09:28:48 +04:00
|
|
|
file arch/mips/mips/mips_machdep.c # shared mips machdep.c
|
1997-06-09 06:14:56 +04:00
|
|
|
file arch/mips/mips/sys_machdep.c # shared mips sys_machdep
|
1996-10-13 09:28:48 +04:00
|
|
|
file arch/mips/mips/process_machdep.c # shared process_machdep
|
1997-07-21 02:42:33 +04:00
|
|
|
|
1997-08-12 10:05:28 +04:00
|
|
|
file arch/mips/mips/in_cksum.c inet
|
2000-02-15 00:42:50 +03:00
|
|
|
file netinet/in4_cksum.c inet
|
1997-07-21 02:42:33 +04:00
|
|
|
file netns/ns_cksum.c ns
|
1998-09-13 14:29:02 +04:00
|
|
|
|
1999-12-22 07:54:14 +03:00
|
|
|
file arch/mips/mips/fpemu.c softfloat
|
|
|
|
|
1999-04-24 12:01:01 +04:00
|
|
|
# Binary compatibility with previous NetBSD releases (COMPAT_XX)
|
1998-10-02 22:46:58 +04:00
|
|
|
file arch/mips/mips/compat_13_machdep.c compat_13 | compat_ultrix
|
2000-04-30 01:47:13 +04:00
|
|
|
|
|
|
|
# Ultrix Binary Compatibility (COMPAT_ULTRIX)
|
|
|
|
include "compat/ultrix/files.ultrix"
|
2001-09-23 23:45:41 +04:00
|
|
|
|
|
|
|
# Linux compatibility (COMPAT_LINUX) XXX Highly experimental
|
|
|
|
include "compat/ossaudio/files.ossaudio"
|
|
|
|
include "compat/linux/files.linux"
|
|
|
|
include "compat/linux/arch/mips/files.linux_mips"
|
|
|
|
file arch/mips/mips/linux_trap.c compat_linux
|
|
|
|
file arch/mips/mips/linux_syscall.c compat_linux
|
|
|
|
|