Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbmips/conf Get rid of ATADEBUG on LOONGSON



details:   https://anonhg.NetBSD.org/src/rev/6571b6948109
branches:  trunk
changeset: 826185:6571b6948109
user:      maya <maya%NetBSD.org@localhost>
date:      Sun Aug 20 09:00:15 2017 +0000

description:
Get rid of ATADEBUG on LOONGSON

diffstat:

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

diffs (27 lines):

diff -r 0eb033063586 -r 6571b6948109 sys/arch/evbmips/conf/LOONGSON
--- a/sys/arch/evbmips/conf/LOONGSON    Sun Aug 20 08:25:47 2017 +0000
+++ b/sys/arch/evbmips/conf/LOONGSON    Sun Aug 20 09:00:15 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: LOONGSON,v 1.32 2017/08/13 08:48:30 christos Exp $
+# $NetBSD: LOONGSON,v 1.33 2017/08/20 09:00:15 maya Exp $
 #
 # LOONGSON machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "LOONGSON-$Revision: 1.32 $"
+#ident                 "LOONGSON-$Revision: 1.33 $"
 
 maxusers       16
 
@@ -222,7 +222,7 @@
 
 # ATA (IDE) bus support
 atabus* at ata?
-options        ATADEBUG
+#options       ATADEBUG
 
 # IDE drives
 # Flags are used only with controllers that support DMA operations



Home | Main Index | Thread Index | Old Index