1 1.32.2.4 nathanw # $NetBSD: files.mips,v 1.32.2.4 2002/04/01 07:40:56 nathanw Exp $ 2 1.32.2.2 nathanw # 3 1.32.2.2 nathanw 4 1.32.2.4 nathanw defflag opt_cputype.h NOFPU # and the rest... 5 1.32.2.4 nathanw # MIPS1 MIPS2 MIPS3 MIPS4 MIPS5 6 1.32.2.2 nathanw # MIPS32 MIPS64 7 1.32.2.2 nathanw # MIPS3_4100 8 1.32.2.4 nathanw # MIPS3_5900 9 1.32.2.2 nathanw # ENABLE_MIPS_TX3900 10 1.32.2.2 nathanw # ENABLE_MIPS_R4700 11 1.32.2.2 nathanw # ENABLE_MIPS_R3NKK 12 1.32.2.2 nathanw # NOFPU 13 1.32.2.2 nathanw defflag opt_mips_cache.h MIPS3_L2CACHE_ABSENT 14 1.32.2.2 nathanw MIPS3_NO_PV_UNCACHED 15 1.32.2.2 nathanw 16 1.32.2.4 nathanw file arch/mips/mips/locore_mips1.S mips1 17 1.32.2.4 nathanw file arch/mips/mips/locore_mips3.S mips3 | mips4 | mips32 | mips64 18 1.32.2.4 nathanw file arch/mips/mips/mips3_subr.S (mips3 | mips4) & !mips3_5900 19 1.32.2.4 nathanw file arch/mips/mips/mips5900_subr.S mips3 & mips3_5900 20 1.32.2.4 nathanw file arch/mips/mips/mips32_subr.S mips32 21 1.32.2.4 nathanw file arch/mips/mips/mips64_subr.S mips64 22 1.32.2.4 nathanw 23 1.32.2.4 nathanw file arch/mips/mips/db_disasm.c ddb 24 1.32.2.4 nathanw file arch/mips/mips/db_interface.c ddb | kgdb 25 1.32.2.4 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.4 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.4 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.4 nathanw file arch/mips/mips/cache.c 39 1.32.2.4 nathanw file arch/mips/mips/cache_r3k.c mips1 40 1.32.2.4 nathanw file arch/mips/mips/cache_r3k_subr.S mips1 41 1.32.2.4 nathanw file arch/mips/mips/cache_tx39.c mips1 & enable_mips_tx3900 42 1.32.2.4 nathanw file arch/mips/mips/cache_tx39_subr.S mips1 & enable_mips_tx3900 43 1.32.2.4 nathanw file arch/mips/mips/cache_r4k.c mips3 | mips4 44 1.32.2.4 nathanw file arch/mips/mips/cache_r5k.c mips3 | mips4 45 1.32.2.4 nathanw file arch/mips/mips/cache_r5900.c mips3 & mips3_5900 46 1.32.2.4 nathanw file arch/mips/mips/cache_mipsNN.c mips32 | mips64 47 1.32.2.4 nathanw 48 1.32.2.4 nathanw file arch/mips/mips/in_cksum.c inet 49 1.32.2.4 nathanw file netinet/in4_cksum.c inet 50 1.32.2.4 nathanw file netns/ns_cksum.c ns 51 1.32.2.2 nathanw 52 1.32.2.4 nathanw file arch/mips/mips/fpemu.c softfloat 53 1.32.2.4 nathanw file arch/mips/mips/fp.S softfloat | !nofpu 54 1.32.2.4 nathanw 55 1.32.2.4 nathanw file arch/mips/mips/procfs_machdep.c procfs 56 1.32.2.2 nathanw 57 1.32.2.2 nathanw # Binary compatibility with previous NetBSD releases (COMPAT_XX) 58 1.32.2.2 nathanw file arch/mips/mips/compat_13_machdep.c compat_13 | compat_ultrix 59 1.32.2.2 nathanw 60 1.32.2.2 nathanw # Ultrix Binary Compatibility (COMPAT_ULTRIX) 61 1.32.2.2 nathanw include "compat/ultrix/files.ultrix" 62 1.32.2.2 nathanw 63 1.32.2.2 nathanw # Linux compatibility (COMPAT_LINUX) XXX Highly experimental 64 1.32.2.2 nathanw include "compat/ossaudio/files.ossaudio" 65 1.32.2.2 nathanw include "compat/linux/files.linux" 66 1.32.2.2 nathanw include "compat/linux/arch/mips/files.linux_mips" 67 1.32.2.4 nathanw file arch/mips/mips/linux_trap.c compat_linux 68 1.32.2.4 nathanw file arch/mips/mips/linux_syscall.c compat_linux 69 1.32.2.2 nathanw 70 1.32.2.4 nathanw # IRIX compatibility (COMPAT_IRIX) XXX even more experimental 71 1.32.2.2 nathanw include "compat/irix/files.irix" 72