Turn off options JUPITER temporarily.

This may cause problems on some newer accelerators.
We might have to write a more accurate detect code.
This commit is contained in:
minoura 2001-03-10 03:23:09 +00:00
parent 11442ea916
commit 8cba02bdf9
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.55 2000/12/29 15:18:37 minoura Exp $
# $NetBSD: GENERIC,v 1.56 2001/03/10 03:23:09 minoura Exp $
#
# GENERIC
@ -6,7 +6,7 @@
include "arch/x68k/conf/std.x68k"
#ident "GENERIC-$Revision: 1.55 $"
#ident "GENERIC-$Revision: 1.56 $"
maxusers 8
@ -30,7 +30,7 @@ options EXTENDED_MEMORY # support for >16MB memory
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

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.37 2000/12/29 15:18:37 minoura Exp $
# $NetBSD: INSTALL,v 1.38 2001/03/10 03:23:10 minoura Exp $
#
# INSTALL -- installation kernel.
@ -6,7 +6,7 @@
include "arch/x68k/conf/std.x68k"
#ident "INSTALL-$Revision: 1.37 $"
#ident "INSTALL-$Revision: 1.38 $"
makeoptions COPTS="-Os" # Optimise for space. Implies -O2
@ -40,7 +40,7 @@ options EXTENDED_MEMORY # support for >16MB memory
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