Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/conf Add MODULAR_DEFAULT_VERBOSE.



details:   https://anonhg.NetBSD.org/src/rev/f4f760103f70
branches:  trunk
changeset: 365965:f4f760103f70
user:      rin <rin%NetBSD.org@localhost>
date:      Sat May 07 04:32:29 2022 +0000

description:
Add MODULAR_DEFAULT_VERBOSE.

diffstat:

 sys/arch/amd64/conf/ALL |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 573319a38ad4 -r f4f760103f70 sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL   Sat May 07 04:30:41 2022 +0000
+++ b/sys/arch/amd64/conf/ALL   Sat May 07 04:32:29 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.169 2021/12/23 17:13:13 hannken Exp $
+# $NetBSD: ALL,v 1.170 2022/05/07 04:32:29 rin 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.169 $"
+#ident         "ALL-$Revision: 1.170 $"
 
 maxusers       64              # estimated number of users
 
@@ -97,6 +97,7 @@
 
 options        MODULAR         # new style module(7) framework
 options        MODULAR_DEFAULT_AUTOLOAD
+options        MODULAR_DEFAULT_VERBOSE
 
 options        USERCONF        # userconf(4) support
 options        PIPE_SOCKETPAIR # smaller, but slower pipe(2)



Home | Main Index | Thread Index | Old Index