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 Change OFB_ENABLE_CACHE to be enabled.



details:   https://anonhg.NetBSD.org/src/rev/47d4fdb6d19a
branches:  trunk
changeset: 533703:47d4fdb6d19a
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Jul 07 19:40:05 2002 +0000

description:
Change OFB_ENABLE_CACHE to be enabled.

diffstat:

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

diffs (27 lines):

diff -r 4016066840f2 -r 47d4fdb6d19a sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Sun Jul 07 19:36:47 2002 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Sun Jul 07 19:40:05 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.136 2002/07/07 19:36:47 matt Exp $
+# $NetBSD: GENERIC,v 1.137 2002/07/07 19:40:05 matt Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.136 $"
+#ident                 "GENERIC-$Revision: 1.137 $"
 
 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