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.29.2.2->1.29.2.1 (minoura)...



details:   https://anonhg.NetBSD.org/src/rev/e1d7982af5e1
branches:  netbsd-1-4
changeset: 468766:e1d7982af5e1
user:      perry <perry%NetBSD.org@localhost>
date:      Mon Jun 21 13:55:41 1999 +0000

description:
revert; 1.29.2.2->1.29.2.1 (minoura): FPU_EMULATE now works

diffstat:

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

diffs (18 lines):

diff -r e691a42c8b1b -r e1d7982af5e1 sys/arch/x68k/conf/ALL
--- a/sys/arch/x68k/conf/ALL    Mon Jun 21 13:52:54 1999 +0000
+++ b/sys/arch/x68k/conf/ALL    Mon Jun 21 13:55:41 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: ALL,v 1.29.2.2 1999/04/19 05:07:27 cjs Exp $
+#      $NetBSD: ALL,v 1.29.2.3 1999/06/21 13:55:41 perry 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



Home | Main Index | Thread Index | Old Index