Source-Changes-HG archive

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

[src/netbsd-9]: src/sys/dev Additionally pull up following revision(s) (reque...



details:   https://anonhg.NetBSD.org/src/rev/cfeb9fe77468
branches:  netbsd-9
changeset: 937206:cfeb9fe77468
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Aug 11 17:06:18 2020 +0000

description:
Additionally pull up following revision(s) (requested by uwe in ticket #1037):

        sys/dev/dev_verbose.h: revision 1.4

DEV_VERBOSE_DEFINE - use MODULE_CLASS_DRIVER to match the definition.
Catch up with previous to unbreak autoloading of verbose modules.
PR kern/55535

diffstat:

 sys/dev/dev_verbose.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c1c808d7663b -r cfeb9fe77468 sys/dev/dev_verbose.h
--- a/sys/dev/dev_verbose.h     Sun Aug 09 14:17:17 2020 +0000
+++ b/sys/dev/dev_verbose.h     Tue Aug 11 17:06:18 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dev_verbose.h,v 1.2.26.1 2020/08/05 14:47:04 martin Exp $ */
+/*     $NetBSD: dev_verbose.h,v 1.2.26.2 2020/08/11 17:06:18 martin Exp $ */
 
 /*
  * Redistribution and use in source and binary forms, with or without
@@ -96,7 +96,7 @@
 {                                                                      \
                                                                        \
        if (tag ## verbose_loaded == 0)                                 \
-               module_autoload(# tag "verbose", MODULE_CLASS_MISC);    \
+               module_autoload(# tag "verbose", MODULE_CLASS_DRIVER);  \
 }                                                                      \
                                                                        \
 static const char *                                                    \



Home | Main Index | Thread Index | Old Index