From 42d2797a4b82f9615fe9fca567ae06ecbc4f7994 Mon Sep 17 00:00:00 2001 From: briggs Date: Tue, 1 Jun 1999 02:39:25 +0000 Subject: [PATCH] Comment out DISABLE_EXT_CACHE as it unnecessarily slows down the IIci w/ external cache. Leave it around so the paranoid can still use it. --- sys/arch/mac68k/conf/GENERIC | 4 ++-- sys/arch/mac68k/conf/INSTALL | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/arch/mac68k/conf/GENERIC b/sys/arch/mac68k/conf/GENERIC index 8d0c344276d1..28443fe49587 100644 --- a/sys/arch/mac68k/conf/GENERIC +++ b/sys/arch/mac68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.86 1999/04/19 21:22:59 kleink Exp $ +# $NetBSD: GENERIC,v 1.87 1999/06/01 02:39:25 briggs Exp $ # # GENERIC @@ -105,7 +105,7 @@ options SCSIVERBOSE # human readable SCSI error messages # Mac-specific options #options ALTXBUTTONS # Map Opt-{1,2,3} to mouse buttons -options DISABLE_EXT_CACHE # Don't use IIci external cache +#options DISABLE_EXT_CACHE # If really paranoid, disable IIci ext. cache options GRF_COMPAT # Include grf compatibility code #options MRG_ADB # Use ROM-based ADB driver options ZS_CONSOLE_ABORT diff --git a/sys/arch/mac68k/conf/INSTALL b/sys/arch/mac68k/conf/INSTALL index c9431e52e258..723df9536b7b 100644 --- a/sys/arch/mac68k/conf/INSTALL +++ b/sys/arch/mac68k/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.1 1999/03/26 08:42:49 ender Exp $ +# $NetBSD: INSTALL,v 1.2 1999/06/01 02:39:25 briggs Exp $ # # INSTALL @@ -54,7 +54,7 @@ options INET # IP + ICMP + TCP + UDP options SCSIVERBOSE # human readable SCSI error messages # Mac-specific options -options DISABLE_EXT_CACHE # Don't use IIci external cache +#options DISABLE_EXT_CACHE # If really paranoid, disable IIci ext. cache options GRF_COMPAT # Include grf compatibility code #options MRG_ADB # Use ROM-based ADB driver options ZS_CONSOLE_ABORT