Nuke FPCOPROC and add FPU_EMULATE to GENERIC.
Support the above with gwr's sun3 stuff.
This commit is contained in:
parent
217531ad26
commit
9fca93fa60
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.24 1995/03/11 13:56:36 briggs Exp $
|
||||
# $NetBSD: GENERIC,v 1.25 1995/03/29 07:28:48 briggs Exp $
|
||||
#
|
||||
# GENERIC
|
||||
|
||||
@ -53,8 +53,8 @@ options SYSVSHM,SYSVSEM,SYSVMSG
|
||||
# Mac-specific options
|
||||
options M68040
|
||||
options M68030 # Includes the 020+851
|
||||
options FPCOPROC
|
||||
#options FPSP
|
||||
options FPU_EMULATE
|
||||
options COMPAT_NOMID
|
||||
options COMPAT_SUNOS
|
||||
options COMPAT_09
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.mac68k,v 1.14 1995/03/23 19:47:05 jtc Exp $
|
||||
# $NetBSD: Makefile.mac68k,v 1.15 1995/03/29 07:28:51 briggs Exp $
|
||||
|
||||
# Makefile for NetBSD for the mac
|
||||
# Derived from makefile for hp300 from NetBSD
|
||||
@ -44,7 +44,7 @@ LIBKERN=${KERNLIB_PROF}
|
||||
.include "$S/arch/m68k/fpsp/Makefile.inc"
|
||||
|
||||
INCLUDES= -I. -I$S/arch -I$S -I$S/sys
|
||||
COPTS= ${INCLUDES} ${IDENT} -DKERNEL -D_KERNEL -DREFBIT -Dmac68k
|
||||
COPTS= ${INCLUDES} ${IDENT} -D_KERNEL -DREFBIT -Dmac68k
|
||||
CFLAGS= -O ${COPTS}
|
||||
|
||||
# compile rules: rules are named ${TYPE}_${SUFFIX}${CONFIG_DEP}
|
||||
@ -135,7 +135,7 @@ assym.s: genassym
|
||||
./genassym >assym.s
|
||||
|
||||
genassym:
|
||||
${LOCAL_CC} ${INCLUDES} ${IDENT} -DKERNEL -D_KERNEL ${PARAM} -o genassym \
|
||||
${LOCAL_CC} ${INCLUDES} ${IDENT} -D_KERNEL ${PARAM} -o genassym \
|
||||
${MAC68K}/mac68k/genassym.c
|
||||
|
||||
depend: assym.s param.c vnode_if.h
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: OCELOT,v 1.3 1995/03/11 13:56:37 briggs Exp $
|
||||
# $NetBSD: OCELOT,v 1.4 1995/03/29 07:28:53 briggs Exp $
|
||||
#
|
||||
# OCELOT
|
||||
|
||||
@ -44,7 +44,6 @@ options SYSVSHM,SYSVSEM,SYSVMSG
|
||||
# Mac-specific options
|
||||
options M68040
|
||||
options M68030 # Includes the 020+851
|
||||
options FPCOPROC
|
||||
options COMPAT_NOMID
|
||||
options COMPAT_SUNOS
|
||||
options COMPAT_09
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.mac68k,v 1.24 1995/03/11 13:55:06 briggs Exp $
|
||||
# $NetBSD: files.mac68k,v 1.25 1995/03/29 07:28:56 briggs Exp $
|
||||
|
||||
# @(#)files.sparc 8.1 (Berkeley) 7/19/93
|
||||
#
|
||||
@ -28,6 +28,9 @@ file arch/mac68k/dev/adbsysasm.s
|
||||
device asc at mainbus
|
||||
file arch/mac68k/dev/asc.c asc
|
||||
|
||||
device fpu at mainbus
|
||||
file arch/mac68k/mac68k/fpu.c fpu
|
||||
|
||||
device grf at nubus
|
||||
file arch/mac68k/dev/grf.c grf needs-count
|
||||
file arch/mac68k/dev/grf_gb.c grf
|
||||
@ -66,10 +69,10 @@ file scsi/uk.c uk needs-flag
|
||||
file scsi/su.c su needs-flag
|
||||
|
||||
file arch/m68k/m68k/copy.s
|
||||
file arch/m68k/fpe/fpu_emulate.c fpu_emulate
|
||||
file arch/mac68k/mac68k/autoconf.c
|
||||
file arch/mac68k/mac68k/clock.c
|
||||
file arch/mac68k/mac68k/disksubr.c disk
|
||||
file arch/mac68k/mac68k/fpu.c
|
||||
file arch/mac68k/mac68k/mac68k_init.c m68040
|
||||
file arch/mac68k/mac68k/machdep.c
|
||||
file arch/mac68k/mac68k/macrom.c
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.mac68k.newconf,v 1.24 1995/03/11 13:55:06 briggs Exp $
|
||||
# $NetBSD: files.mac68k.newconf,v 1.25 1995/03/29 07:28:56 briggs Exp $
|
||||
|
||||
# @(#)files.sparc 8.1 (Berkeley) 7/19/93
|
||||
#
|
||||
@ -28,6 +28,9 @@ file arch/mac68k/dev/adbsysasm.s
|
||||
device asc at mainbus
|
||||
file arch/mac68k/dev/asc.c asc
|
||||
|
||||
device fpu at mainbus
|
||||
file arch/mac68k/mac68k/fpu.c fpu
|
||||
|
||||
device grf at nubus
|
||||
file arch/mac68k/dev/grf.c grf needs-count
|
||||
file arch/mac68k/dev/grf_gb.c grf
|
||||
@ -66,10 +69,10 @@ file scsi/uk.c uk needs-flag
|
||||
file scsi/su.c su needs-flag
|
||||
|
||||
file arch/m68k/m68k/copy.s
|
||||
file arch/m68k/fpe/fpu_emulate.c fpu_emulate
|
||||
file arch/mac68k/mac68k/autoconf.c
|
||||
file arch/mac68k/mac68k/clock.c
|
||||
file arch/mac68k/mac68k/disksubr.c disk
|
||||
file arch/mac68k/mac68k/fpu.c
|
||||
file arch/mac68k/mac68k/mac68k_init.c m68040
|
||||
file arch/mac68k/mac68k/machdep.c
|
||||
file arch/mac68k/mac68k/macrom.c
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: std.mac68k,v 1.5 1994/10/26 08:45:57 cgd Exp $
|
||||
# $NetBSD: std.mac68k,v 1.6 1995/03/29 07:28:58 briggs Exp $
|
||||
#
|
||||
# standard Macintosh information.
|
||||
# roughly copied from std.sparc 14 Oct 1993.
|
||||
@ -11,6 +11,8 @@ nubus0 at mainbus0
|
||||
ite0 at mainbus0
|
||||
adb0 at mainbus0
|
||||
|
||||
fpu0 at mainbus0
|
||||
|
||||
asc0 at mainbus0
|
||||
|
||||
ser0 at mainbus0
|
||||
|
Loading…
x
Reference in New Issue
Block a user