Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Add MFI_DEBUG and MFII_DEBUG.
details: https://anonhg.NetBSD.org/src/rev/690a8c0eef56
branches: trunk
changeset: 366071:690a8c0eef56
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Fri May 13 10:45:24 2022 +0000
description:
Add MFI_DEBUG and MFII_DEBUG.
diffstat:
sys/arch/amd64/conf/ALL | 6 ++++--
sys/arch/i386/conf/ALL | 6 ++++--
2 files changed, 8 insertions(+), 4 deletions(-)
diffs (54 lines):
diff -r 19d08232b581 -r 690a8c0eef56 sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL Fri May 13 10:44:38 2022 +0000
+++ b/sys/arch/amd64/conf/ALL Fri May 13 10:45:24 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.170 2022/05/07 04:32:29 rin Exp $
+# $NetBSD: ALL,v 1.171 2022/05/13 10:45:24 msaitoh Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@@ -17,7 +17,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ALL-$Revision: 1.170 $"
+#ident "ALL-$Revision: 1.171 $"
maxusers 64 # estimated number of users
@@ -2026,6 +2026,8 @@
options MEDIABAY_DEBUG
options MEMORY_MAP_DEBUG
options MESH_DEBUG
+options MFI_DEBUG
+options MFII_DEBUG
options MIDI_DEBUG
options MLYDEBUG
options MMEYEPCMCIADEBUG
diff -r 19d08232b581 -r 690a8c0eef56 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL Fri May 13 10:44:38 2022 +0000
+++ b/sys/arch/i386/conf/ALL Fri May 13 10:45:24 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.500 2021/12/23 17:13:13 hannken Exp $
+# $NetBSD: ALL,v 1.501 2022/05/13 10:45:24 msaitoh Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@@ -17,7 +17,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ALL-$Revision: 1.500 $"
+#ident "ALL-$Revision: 1.501 $"
maxusers 64 # estimated number of users
@@ -2133,6 +2133,8 @@
options MEDIABAY_DEBUG
options MEMORY_MAP_DEBUG
options MESH_DEBUG
+options MFI_DEBUG
+options MFII_DEBUG
options MIDI_DEBUG
options MLYDEBUG
options MMEYEPCMCIADEBUG
Home |
Main Index |
Thread Index |
Old Index