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/mvme68k/conf/GENERIC | |
parent | 86ed2c5c7ea8656d7ea8c78f0f9cabe1cf3bdaaa (diff) |
MAPPEDCOPY is garbage; it is not cache-aware
Diffstat (limited to 'sys/arch/mvme68k/conf/GENERIC')
-rw-r--r-- | sys/arch/mvme68k/conf/GENERIC | 4 |
1 files changed, 1 insertions, 3 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) |