From 20b34911b54544a9c2d44d55cef499ac8b8243c2 Mon Sep 17 00:00:00 2001 From: deraadt Date: Thu, 23 Nov 1995 13:13:26 +0000 Subject: [PATCH] MAPPEDCOPY is garbage; it is not cache-aware --- sys/arch/mvme68k/conf/GENERIC | 4 +--- sys/arch/mvme68k/conf/MVME147 | 4 +--- sys/arch/mvme68k/conf/MVME162 | 4 +--- sys/arch/mvme68k/conf/MVME167 | 4 +--- 4 files changed, 4 insertions(+), 12 deletions(-) diff --git a/sys/arch/mvme68k/conf/GENERIC b/sys/arch/mvme68k/conf/GENERIC index 145cd01d1fb..306768af648 100644 --- a/sys/arch/mvme68k/conf/GENERIC +++ b/sys/arch/mvme68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $Id: GENERIC,v 1.3 1995/11/07 08:42:20 deraadt Exp $ +# $Id: GENERIC,v 1.4 1995/11/23 13:13:26 deraadt Exp $ machine mvme68k m68k @@ -8,8 +8,6 @@ options FPSP # MC68040 floating point support options "M68030" # support for 030 options FPCOPROC # Support for MC6888[12] (Required) -options MAPPEDCOPY # GOOD? BAD? UGLY? PRETTY? - options MVME147 # (requires M68030) options MVME162 # (requires M68040, FPSP) options MVME167 # includes 166 (requires M68040, FPSP) diff --git a/sys/arch/mvme68k/conf/MVME147 b/sys/arch/mvme68k/conf/MVME147 index 7db24c54de5..a1d2f866a59 100644 --- a/sys/arch/mvme68k/conf/MVME147 +++ b/sys/arch/mvme68k/conf/MVME147 @@ -1,12 +1,10 @@ -# $Id: MVME147,v 1.3 1995/11/07 08:42:21 deraadt Exp $ +# $Id: MVME147,v 1.4 1995/11/23 13:13:27 deraadt Exp $ machine mvme68k m68k options "M68030" # support for 030 options FPCOPROC # Support for MC6888[12] (Required) -options MAPPEDCOPY # GOOD? BAD? UGLY? PRETTY? - options MVME147 # (requires M68030) maxusers 6 diff --git a/sys/arch/mvme68k/conf/MVME162 b/sys/arch/mvme68k/conf/MVME162 index 287ac0927cf..a0d92a815b2 100644 --- a/sys/arch/mvme68k/conf/MVME162 +++ b/sys/arch/mvme68k/conf/MVME162 @@ -1,4 +1,4 @@ -# $Id: MVME162,v 1.3 1995/11/07 08:42:21 deraadt Exp $ +# $Id: MVME162,v 1.4 1995/11/23 13:13:28 deraadt Exp $ machine mvme68k m68k @@ -7,8 +7,6 @@ options FPSP # MC68040 floating point support #options "M68030" # support for 030 options FPCOPROC # Support for MC6888[12] (Required) -options MAPPEDCOPY # GOOD? BAD? UGLY? PRETTY? - #options MVME147 # (requires M68030) options MVME162 # (requires M68040) #options MVME167 # includes 166 (requires M68040) diff --git a/sys/arch/mvme68k/conf/MVME167 b/sys/arch/mvme68k/conf/MVME167 index 4fed3beeb8d..7c2f4b60443 100644 --- a/sys/arch/mvme68k/conf/MVME167 +++ b/sys/arch/mvme68k/conf/MVME167 @@ -1,4 +1,4 @@ -# $Id: MVME167,v 1.3 1995/11/07 08:42:22 deraadt Exp $ +# $Id: MVME167,v 1.4 1995/11/23 13:13:28 deraadt Exp $ machine mvme68k m68k @@ -7,8 +7,6 @@ options FPSP # MC68040 floating point support #options "M68030" # support for 030 options FPCOPROC # Support for MC6888[12] (Required) -options MAPPEDCOPY # GOOD? BAD? UGLY? PRETTY? - #options MVME147 # (requires M68030) #options MVME162 # (requires M68040) options MVME167 # includes 166 (requires M68040) -- 2.20.1