diff options
author | Steve Murphree <smurph@cvs.openbsd.org> | 2000-01-06 03:50:17 +0000 |
---|---|---|
committer | Steve Murphree <smurph@cvs.openbsd.org> | 2000-01-06 03:50:17 +0000 |
commit | fb42c977fac070beee44e80cdb915609f22e492f (patch) | |
tree | fdd1578baa40d4b371717965cf59f2a4a43cfd09 /sys/arch | |
parent | 62bff4fe8c4b0dd42e82f4c352e1ea9bc5f8d1ea (diff) |
Added support for MVME177
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/mvme68k/conf/MINIROOT | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/arch/mvme68k/conf/MINIROOT b/sys/arch/mvme68k/conf/MINIROOT index 403ec146401..f57d43d4f9b 100644 --- a/sys/arch/mvme68k/conf/MINIROOT +++ b/sys/arch/mvme68k/conf/MINIROOT @@ -1,18 +1,20 @@ -# $OpenBSD: MINIROOT,v 1.2 1997/03/31 00:23:51 downsj Exp $ +# $OpenBSD: MINIROOT,v 1.3 2000/01/06 03:50:16 smurph Exp $ machine mvme68k m68k include "../../../conf/GENERIC" -#option M68060 # support for 060 +option M68060 # support for 060 option M68040 # support for 040 option FPSP # MC68040 floating point support +option M060SP # ...and MC68060 support package option M68030 # support for 030 +option FPU_EMULATE # FPU emulation option MVME147 # (requires M68030) option MVME162 # (requires M68040, FPSP) option MVME167 # includes 166 (requires M68040, FPSP) -#option MVME177 # (requires M68060, ...) +option MVME177 # (requires M68060, 060SP, FPSP) #option COMPAT_SUNOS #option COMPAT_HPUX |