Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/macppc/conf comment out "options OFB_ENABLE_CACHE" ...



details:   https://anonhg.NetBSD.org/src/rev/fb2822088137
branches:  trunk
changeset: 533770:fb2822088137
user:      hamajima <hamajima%NetBSD.org@localhost>
date:      Tue Jul 09 10:14:18 2002 +0000

description:
comment out "options OFB_ENABLE_CACHE" again,
because this makes PowerMac 8500 + Millennium II broken.
OKed by tsubai.

diffstat:

 sys/arch/macppc/conf/GENERIC |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r ebcb531e4d9b -r fb2822088137 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Tue Jul 09 09:04:51 2002 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Tue Jul 09 10:14:18 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.137 2002/07/07 19:40:05 matt Exp $
+# $NetBSD: GENERIC,v 1.138 2002/07/09 10:14:18 hamajima Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.137 $"
+#ident                 "GENERIC-$Revision: 1.138 $"
 
 maxusers       32
 
@@ -178,7 +178,7 @@
 siop*  at pci? dev ? function ?        # NCR 53c8xx SCSI
 trm*   at pci? dev ? function ?        # Tekram DC-395U/UW/F, DC-315/U SCSI
 ofb*   at pci? dev ? function ?        # Generic Open Firmware Framebuffer
-options        OFB_ENABLE_CACHE        # Speed up console
+#options       OFB_ENABLE_CACHE        # Speed up console
 pciide*        at pci? dev ? function ?
 cbb*   at pci? dev ? function ?        # PCI-CardBus bridge
 #gm*   at pci? dev ? function ?        # gmac ethernet (old)



Home | Main Index | Thread Index | Old Index