Module Name: src Committed By: msaitoh Date: Fri May 13 10:45:24 UTC 2022
Modified Files: src/sys/arch/amd64/conf: ALL src/sys/arch/i386/conf: ALL Log Message: Add MFI_DEBUG and MFII_DEBUG. To generate a diff of this commit: cvs rdiff -u -r1.170 -r1.171 src/sys/arch/amd64/conf/ALL cvs rdiff -u -r1.500 -r1.501 src/sys/arch/i386/conf/ALL Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/amd64/conf/ALL diff -u src/sys/arch/amd64/conf/ALL:1.170 src/sys/arch/amd64/conf/ALL:1.171 --- src/sys/arch/amd64/conf/ALL:1.170 Sat May 7 04:32:29 2022 +++ src/sys/arch/amd64/conf/ALL Fri May 13 10:45:24 2022 @@ -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 @@ include "arch/amd64/conf/std.amd64" 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 MEC_DEBUG options MEDIABAY_DEBUG options MEMORY_MAP_DEBUG options MESH_DEBUG +options MFI_DEBUG +options MFII_DEBUG options MIDI_DEBUG options MLYDEBUG options MMEYEPCMCIADEBUG Index: src/sys/arch/i386/conf/ALL diff -u src/sys/arch/i386/conf/ALL:1.500 src/sys/arch/i386/conf/ALL:1.501 --- src/sys/arch/i386/conf/ALL:1.500 Thu Dec 23 17:13:13 2021 +++ src/sys/arch/i386/conf/ALL Fri May 13 10:45:24 2022 @@ -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 @@ include "arch/i386/conf/std.i386" 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 MEC_DEBUG options MEDIABAY_DEBUG options MEMORY_MAP_DEBUG options MESH_DEBUG +options MFI_DEBUG +options MFII_DEBUG options MIDI_DEBUG options MLYDEBUG options MMEYEPCMCIADEBUG