Module Name: src Committed By: snj Date: Sun Sep 24 20:12:55 UTC 2017
Modified Files: src/sys/arch/evbmips/conf [netbsd-7-1]: MALTA MALTA32 MALTA64 src/sys/arch/mips/mips [netbsd-7-1]: bds_emul.S Log Message: Pull up following revision(s) (requested by mrg in ticket #1500): sys/arch/evbmips/conf/MALTA64: revision 1.8 sys/arch/evbmips/conf/MALTA32: revision 1.4 sys/arch/mips/mips/bds_emul.S: revision 1.9 sys/arch/evbmips/conf/MALTA: revision 1.88 Re-enable the NOFPU and (renamed) FPEMUL options. None of the Malta CPU daughter cards currently supported by NetBSD have an FPU. Detected on real hardware. gxemul wrongly supports an FPU on the 4Kc and 5Kc CPUs. -- Remove the NOFPU option. The main MALTA config file has this now. -- mips_emul_daddi and mips_emul_daddiu don't exist, but there are bcemul_daddi and bcemul_daddiu here that should be used. however, bcemul_daddi needed to be changed to use dadd not daddui. fixes FPEMUL and N64 kernels. ok simonb. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.78.8.1 src/sys/arch/evbmips/conf/MALTA cvs rdiff -u -r1.3 -r1.3.34.1 src/sys/arch/evbmips/conf/MALTA32 cvs rdiff -u -r1.6 -r1.6.18.1 src/sys/arch/evbmips/conf/MALTA64 cvs rdiff -u -r1.6 -r1.6.30.1 src/sys/arch/mips/mips/bds_emul.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.