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.38 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/eeeface860f4
branches:  netbsd-1-5
changeset: 490847:eeeface860f4
user:      he <he%NetBSD.org@localhost>
date:      Tue Mar 13 20:30:07 2001 +0000

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

diffstat:

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

diffs (27 lines):

diff -r 1092cb721bb7 -r eeeface860f4 sys/arch/x68k/conf/INSTALL
--- a/sys/arch/x68k/conf/INSTALL        Tue Mar 13 20:29:51 2001 +0000
+++ b/sys/arch/x68k/conf/INSTALL        Tue Mar 13 20:30:07 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.26.2.3 2001/01/25 20:10:35 jhawk Exp $
+#      $NetBSD: INSTALL,v 1.26.2.4 2001/03/13 20:30:07 he Exp $
 
 #
 #      INSTALL -- installation kernel.
@@ -6,7 +6,7 @@
 
 include "arch/x68k/conf/std.x68k"
 
-#ident                 "INSTALL-$Revision: 1.26.2.3 $"
+#ident                 "INSTALL-$Revision: 1.26.2.4 $"
 
 maxusers       8
 
@@ -38,7 +38,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