Module Name:    src
Committed By:   simonb
Date:           Thu Aug 24 22:46:54 UTC 2017

Modified Files:
        src/sys/arch/evbmips/conf: MALTA

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 src/sys/arch/evbmips/conf/MALTA

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbmips/conf/MALTA
diff -u src/sys/arch/evbmips/conf/MALTA:1.87 src/sys/arch/evbmips/conf/MALTA:1.88
--- src/sys/arch/evbmips/conf/MALTA:1.87	Sat Aug 19 09:10:24 2017
+++ src/sys/arch/evbmips/conf/MALTA	Thu Aug 24 22:46:54 2017
@@ -1,17 +1,18 @@
-#	$NetBSD: MALTA,v 1.87 2017/08/19 09:10:24 maya Exp $
+#	$NetBSD: MALTA,v 1.88 2017/08/24 22:46:54 simonb Exp $
 
 include 	"arch/evbmips/conf/std.malta"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"MALTA-$Revision: 1.87 $"
+#ident 		"MALTA-$Revision: 1.88 $"
 
 maxusers	32
 
 options 	MIPS32
 options 	MIPS64
-#options 	NOFPU		# No FPU
-#options 	FPEMUL		# emulate FPU insn
+
+options 	NOFPU		# No FPU
+options 	FPEMUL		# emulate FPU insn
 
 # Options for necessary to use MD
 # options 	MEMORY_DISK_HOOKS

Reply via email to