Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/arch/x68k/conf Pull up revision 1.56 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/1092cb721bb7
branches:  netbsd-1-5
changeset: 490846:1092cb721bb7
user:      he <he%NetBSD.org@localhost>
date:      Tue Mar 13 20:29:51 2001 +0000

description:
Pull up revision 1.56 (requested by minoura):
  Turn off options JUPITER, as it may cause problems on some newer
  accelerators.

diffstat:

 sys/arch/x68k/conf/GENERIC |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 2ec44c0a94d4 -r 1092cb721bb7 sys/arch/x68k/conf/GENERIC
--- a/sys/arch/x68k/conf/GENERIC        Tue Mar 13 20:26:01 2001 +0000
+++ b/sys/arch/x68k/conf/GENERIC        Tue Mar 13 20:29:51 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.46.2.5 2001/01/25 20:10:32 jhawk Exp $
+#      $NetBSD: GENERIC,v 1.46.2.6 2001/03/13 20:29:51 he Exp $
 
 #
 #      GENERIC
@@ -6,7 +6,7 @@
 
 include "arch/x68k/conf/std.x68k"
 
-#ident                 "GENERIC-$Revision: 1.46.2.5 $"
+#ident                 "GENERIC-$Revision: 1.46.2.6 $"
 
 maxusers       8
 
@@ -30,7 +30,7 @@
 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
+#options       JUPITER                 # support for "Jupiter-X" accelerator
 #options       MAPPEDCOPY              # use page mapping for large copyin/copyout
 #options       ZSCONSOLE,ZSCN_SPEED="9600"     # use serial console
 



Home | Main Index | Thread Index | Old Index