Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/arch/x68k/conf FPU_EMULATE is unsupported in 1.4, b...
details: https://anonhg.NetBSD.org/src/rev/7f56a535ac07
branches: netbsd-1-4
changeset: 468355:7f56a535ac07
user: cjs <cjs%NetBSD.org@localhost>
date: Mon Apr 19 05:07:27 1999 +0000
description:
FPU_EMULATE is unsupported in 1.4, because it's broken and there's no
time to test fixes. Per MINOURA Makoto <minoura%netbsd.org@localhost>.
diffstat:
sys/arch/x68k/conf/ALL | 4 ++--
sys/arch/x68k/conf/GENERIC | 4 ++--
sys/arch/x68k/conf/INSTALL | 4 ++--
sys/arch/x68k/conf/SMALL | 4 ++--
sys/arch/x68k/conf/ZSCONS | 4 ++--
5 files changed, 10 insertions(+), 10 deletions(-)
diffs (90 lines):
diff -r 316e2932e10c -r 7f56a535ac07 sys/arch/x68k/conf/ALL
--- a/sys/arch/x68k/conf/ALL Mon Apr 19 05:02:48 1999 +0000
+++ b/sys/arch/x68k/conf/ALL Mon Apr 19 05:07:27 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.29.2.1 1999/04/19 04:55:17 cjs Exp $
+# $NetBSD: ALL,v 1.29.2.2 1999/04/19 05:07:27 cjs Exp $
#
# ALL -- everything that's currently supported
@@ -21,7 +21,7 @@
#### System options specific to the x68k port
options EXTENDED_MEMORY # support for >16MB memory
-options FPU_EMULATE # software fpu emulation for MC68030
+#options FPU_EMULATE # software fpu emulation for MC68030
options FPSP # floating point emulation for MC68040
options M060SP # int/fp emulation for MC68060
options JUPITER # support for "Jupiter-X" accelerator
diff -r 316e2932e10c -r 7f56a535ac07 sys/arch/x68k/conf/GENERIC
--- a/sys/arch/x68k/conf/GENERIC Mon Apr 19 05:02:48 1999 +0000
+++ b/sys/arch/x68k/conf/GENERIC Mon Apr 19 05:07:27 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.31.2.1 1999/04/19 04:57:11 cjs Exp $
+# $NetBSD: GENERIC,v 1.31.2.2 1999/04/19 05:07:27 cjs Exp $
#
# GENERIC
@@ -21,7 +21,7 @@
#### System options specific to the x68k port
options EXTENDED_MEMORY # support for >16MB memory
-options FPU_EMULATE # software fpu emulation for MC68030
+#options FPU_EMULATE # software fpu emulation for MC68030
options FPSP # floating point emulation for MC68040
options M060SP # int/fp emulation for MC68060
options JUPITER # support for "Jupiter-X" accelerator
diff -r 316e2932e10c -r 7f56a535ac07 sys/arch/x68k/conf/INSTALL
--- a/sys/arch/x68k/conf/INSTALL Mon Apr 19 05:02:48 1999 +0000
+++ b/sys/arch/x68k/conf/INSTALL Mon Apr 19 05:07:27 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.12.2.2 1999/04/19 04:58:32 cjs Exp $
+# $NetBSD: INSTALL,v 1.12.2.3 1999/04/19 05:07:27 cjs Exp $
#
# INSTALL -- installation kernel.
@@ -30,7 +30,7 @@
#### System options specific to the x68k port
#options EXTENDED_MEMORY # support for >16MB memory
-options FPU_EMULATE # software fpu emulation for MC68030
+#options FPU_EMULATE # software fpu emulation for MC68030
options FPSP # floating point emulation for MC68040
options M060SP # int/fp emulation for MC68060
options JUPITER # support for "Jupiter-X" accelerator
diff -r 316e2932e10c -r 7f56a535ac07 sys/arch/x68k/conf/SMALL
--- a/sys/arch/x68k/conf/SMALL Mon Apr 19 05:02:48 1999 +0000
+++ b/sys/arch/x68k/conf/SMALL Mon Apr 19 05:07:27 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: SMALL,v 1.17.2.1 1999/04/19 04:59:49 cjs Exp $
+# $NetBSD: SMALL,v 1.17.2.2 1999/04/19 05:07:28 cjs Exp $
#
# SMALL -- works with a small memory, e.g. 4MB
@@ -21,7 +21,7 @@
#### System options specific to the x68k port
#options EXTENDED_MEMORY # support for >16MB memory
-options FPU_EMULATE # software fpu emulation for MC68030
+#options FPU_EMULATE # software fpu emulation for MC68030
options FPSP # floating point emulation for MC68040
options M060SP # int/fp emulation for MC68060
options JUPITER # support for "Jupiter-X" accelerator
diff -r 316e2932e10c -r 7f56a535ac07 sys/arch/x68k/conf/ZSCONS
--- a/sys/arch/x68k/conf/ZSCONS Mon Apr 19 05:02:48 1999 +0000
+++ b/sys/arch/x68k/conf/ZSCONS Mon Apr 19 05:07:27 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ZSCONS,v 1.5.2.1 1999/04/19 05:02:48 cjs Exp $
+# $NetBSD: ZSCONS,v 1.5.2.2 1999/04/19 05:07:28 cjs Exp $
#
# ZSCONS -- like GENERIC, but use zs console.
@@ -21,7 +21,7 @@
#### System options specific to the x68k port
options EXTENDED_MEMORY # support for >16MB memory
-options FPU_EMULATE # software fpu emulation for MC68030
+#options FPU_EMULATE # software fpu emulation for MC68030
options FPSP # floating point emulation for MC68040
options M060SP # int/fp emulation for MC68060
options JUPITER # support for "Jupiter-X" accelerator
Home |
Main Index |
Thread Index |
Old Index