diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-11-23 13:13:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-11-23 13:13:29 +0000 |
commit | e9d572527c57972b051369ca20539a0e1ef2c6ed (patch) | |
tree | 68048d6a6a69bcbf1a050be4ff898a4afe23bbaf /sys/arch | |
parent | 86ed2c5c7ea8656d7ea8c78f0f9cabe1cf3bdaaa (diff) |
MAPPEDCOPY is garbage; it is not cache-aware
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/mvme68k/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/mvme68k/conf/MVME147 | 4 | ||||
-rw-r--r-- | sys/arch/mvme68k/conf/MVME162 | 4 | ||||
-rw-r--r-- | 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) |