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 revert; 1.17.2.2->1.17.2.1 (minoura)...



details:   https://anonhg.NetBSD.org/src/rev/d48cff2f5e6b
branches:  netbsd-1-4
changeset: 468769:d48cff2f5e6b
user:      perry <perry%NetBSD.org@localhost>
date:      Mon Jun 21 13:59:20 1999 +0000

description:
revert; 1.17.2.2->1.17.2.1 (minoura): FPU_EMULATE now works

diffstat:

 sys/arch/x68k/conf/SMALL |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2c466f9c57b9 -r d48cff2f5e6b sys/arch/x68k/conf/SMALL
--- a/sys/arch/x68k/conf/SMALL  Mon Jun 21 13:57:53 1999 +0000
+++ b/sys/arch/x68k/conf/SMALL  Mon Jun 21 13:59:20 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: SMALL,v 1.17.2.2 1999/04/19 05:07:28 cjs Exp $
+#      $NetBSD: SMALL,v 1.17.2.3 1999/06/21 13:59:20 perry 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



Home | Main Index | Thread Index | Old Index