Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/92ed131fcfe0
branches:  netbsd-8
changeset: 937209:92ed131fcfe0
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Aug 11 17:07:55 2020 +0000

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

        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 59982fca1489 -r 92ed131fcfe0 sys/dev/dev_verbose.h
--- a/sys/dev/dev_verbose.h     Tue Aug 11 07:21:28 2020 +0000
+++ b/sys/dev/dev_verbose.h     Tue Aug 11 17:07:55 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dev_verbose.h,v 1.2.10.1 2020/08/05 14:48:35 martin Exp $ */
+/*     $NetBSD: dev_verbose.h,v 1.2.10.2 2020/08/11 17:07:55 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