Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/sys/dev Pull up following revision(s) (requested by uwe i...
details: https://anonhg.NetBSD.org/src/rev/6c152ad0c450
branches: netbsd-9
changeset: 936826:6c152ad0c450
user: martin <martin%NetBSD.org@localhost>
date: Wed Aug 05 14:47:04 2020 +0000
description:
Pull up following revision(s) (requested by uwe in ticket #1037):
sys/dev/dev_verbose.h: revision 1.3
DEV_VERBOSE_MODULE_DEFINE - use MODULE_CLASS_DRIVER.
This makes built-in verbose modules available before the start of the
autoconfiguration, when they are needed. From pgoyette@
PR kern/55535
diffstat:
sys/dev/dev_verbose.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 33c5f3542a9d -r 6c152ad0c450 sys/dev/dev_verbose.h
--- a/sys/dev/dev_verbose.h Wed Aug 05 14:29:59 2020 +0000
+++ b/sys/dev/dev_verbose.h Wed Aug 05 14:47:04 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dev_verbose.h,v 1.2 2015/11/13 01:37:19 christos Exp $ */
+/* $NetBSD: dev_verbose.h,v 1.2.26.1 2020/08/05 14:47:04 martin Exp $ */
/*
* Redistribution and use in source and binary forms, with or without
@@ -79,7 +79,7 @@
return ENOTTY; \
} \
} \
-MODULE(MODULE_CLASS_MISC, tag ## verbose, deps)
+MODULE(MODULE_CLASS_DRIVER, tag ## verbose, deps)
#endif /* KERNEL */
Home |
Main Index |
Thread Index |
Old Index