Source-Changes-HG archive

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

[src/netbsd-8]: src/sys/arch/evbmips/conf Pull up following revision(s) (requ...



details:   https://anonhg.NetBSD.org/src/rev/c524dfd718ce
branches:  netbsd-8
changeset: 850969:c524dfd718ce
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Aug 29 13:12:47 2017 +0000

description:
Pull up following revision(s) (requested by maya in ticket #222):
        sys/arch/evbmips/conf/LOONGSON: revision 1.33
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 6cbd060bfdea -r c524dfd718ce sys/arch/evbmips/conf/LOONGSON
--- a/sys/arch/evbmips/conf/LOONGSON    Tue Aug 29 12:47:29 2017 +0000
+++ b/sys/arch/evbmips/conf/LOONGSON    Tue Aug 29 13:12:47 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: LOONGSON,v 1.31 2017/05/11 07:56:43 maya Exp $
+# $NetBSD: LOONGSON,v 1.31.2.1 2017/08/29 13:12:47 martin Exp $
 #
 # LOONGSON machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "LOONGSON-$Revision: 1.31 $"
+#ident                 "LOONGSON-$Revision: 1.31.2.1 $"
 
 maxusers       16
 
@@ -220,7 +220,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