Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mac68k/conf Comment out DISABLE_EXT_CACHE as it unn...
details: https://anonhg.NetBSD.org/src/rev/8c62c0434e4c
branches: trunk
changeset: 473389:8c62c0434e4c
user: briggs <briggs%NetBSD.org@localhost>
date: Tue Jun 01 02:39:25 1999 +0000
description:
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.
diffstat:
sys/arch/mac68k/conf/GENERIC | 4 ++--
sys/arch/mac68k/conf/INSTALL | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 28b83a80ad43 -r 8c62c0434e4c sys/arch/mac68k/conf/GENERIC
--- a/sys/arch/mac68k/conf/GENERIC Tue Jun 01 02:36:07 1999 +0000
+++ b/sys/arch/mac68k/conf/GENERIC Tue Jun 01 02:39:25 1999 +0000
@@ -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 @@
# 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 -r 28b83a80ad43 -r 8c62c0434e4c sys/arch/mac68k/conf/INSTALL
--- a/sys/arch/mac68k/conf/INSTALL Tue Jun 01 02:36:07 1999 +0000
+++ b/sys/arch/mac68k/conf/INSTALL Tue Jun 01 02:39:25 1999 +0000
@@ -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 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
Home |
Main Index |
Thread Index |
Old Index