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 more debug defflag-ing
details: https://anonhg.NetBSD.org/src/rev/9e327d7ba54d
branches: trunk
changeset: 335059:9e327d7ba54d
user: macallan <macallan%NetBSD.org@localhost>
date: Tue Dec 23 16:16:49 2014 +0000
description:
more debug defflag-ing
diffstat:
sys/arch/evbmips/conf/CI20 | 5 +++--
sys/arch/evbmips/conf/files.ingenic | 3 ++-
2 files changed, 5 insertions(+), 3 deletions(-)
diffs (43 lines):
diff -r 9c7f67ac1e6b -r 9e327d7ba54d sys/arch/evbmips/conf/CI20
--- a/sys/arch/evbmips/conf/CI20 Tue Dec 23 16:16:03 2014 +0000
+++ b/sys/arch/evbmips/conf/CI20 Tue Dec 23 16:16:49 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CI20,v 1.5 2014/12/23 15:06:01 macallan Exp $
+# $NetBSD: CI20,v 1.6 2014/12/23 16:16:49 macallan Exp $
#
# MIPS Creator CI20
#
@@ -7,7 +7,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "CI20-$Revision: 1.5 $"
+#ident "CI20-$Revision: 1.6 $"
maxusers 32
@@ -54,6 +54,7 @@
options INGENIC_DEBUG
options INGENIC_CLOCK_DEBUG
+#options INGENIC_INTR_DEBUG # *very* spammy
# Compatibility options
#options COMPAT_43 # compatibility with 4.3BSD binaries
diff -r 9c7f67ac1e6b -r 9e327d7ba54d sys/arch/evbmips/conf/files.ingenic
--- a/sys/arch/evbmips/conf/files.ingenic Tue Dec 23 16:16:03 2014 +0000
+++ b/sys/arch/evbmips/conf/files.ingenic Tue Dec 23 16:16:49 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.ingenic,v 1.3 2014/12/23 15:05:09 macallan Exp $
+# $NetBSD: files.ingenic,v 1.4 2014/12/23 16:16:49 macallan Exp $
file arch/mips/mips/bus_dma.c
@@ -7,6 +7,7 @@
file arch/evbmips/evbmips/interrupt.c
defflag opt_ingenic.h INGENIC_DEBUG INGENIC_CLOCK_DEBUG
+defflag opt_ingenic.h INGENIC_INTR_DEBUG
file arch/evbmips/ingenic/autoconf.c
file arch/evbmips/ingenic/machdep.c
Home |
Main Index |
Thread Index |
Old Index