Amiga glue code for the m68k fpu emulation subsystem.

XXX This (the m68k FPE, not the glue code) is known to be broken for
68LC040/68040V and 68LC060 cpus. This is also the reason we don't
bother to add options FPU_EMULATE to the DRACO configuration file, as
DraCos only come in 68040V (very few) and 68060 variants.
This commit is contained in:
is 1997-07-16 00:01:51 +00:00
parent 06b1c0c4aa
commit ae6e3e81bc
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.78 1997/07/06 23:17:53 is Exp $ # $NetBSD: GENERIC,v 1.79 1997/07/16 00:01:52 is Exp $
# #
# GENERIC AMIGA # GENERIC AMIGA
@ -32,6 +32,7 @@ options FPSP # MC68040 floating point support
options M68030 # support for 030 options M68030 # support for 030
options M68020 # support for 020/851 options M68020 # support for 020/851
options FPCOPROC # Support for MC6888[12] (Required) options FPCOPROC # Support for MC6888[12] (Required)
options FPU_EMULATE # FPU emulation
# #
# Networking options # Networking options

View File

@ -1,4 +1,4 @@
# $NetBSD: files.amiga,v 1.57 1997/06/14 22:24:13 is Exp $ # $NetBSD: files.amiga,v 1.58 1997/07/16 00:01:51 is Exp $
# maxpartitions must be first item in files.${ARCH}.newconf # maxpartitions must be first item in files.${ARCH}.newconf
maxpartitions 16 # NOTE THAT AMIGA IS SPECIAL! maxpartitions 16 # NOTE THAT AMIGA IS SPECIAL!
@ -281,6 +281,8 @@ attach drsc at mainbus
file arch/amiga/dev/drsc.c drsc needs-flag file arch/amiga/dev/drsc.c drsc needs-flag
# list of standard files... # list of standard files...
include "arch/m68k/fpe/files.fpe"
file dev/cons.c ite | ser file dev/cons.c ite | ser
file dev/cninit.c ite | ser file dev/cninit.c ite | ser
file arch/amiga/amiga/amiga_init.c file arch/amiga/amiga/amiga_init.c