Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/sys/dev Pull up following revision(s) (requested by uwe i...
details: https://anonhg.NetBSD.org/src/rev/ae85273a9ca0
branches: netbsd-8
changeset: 936815:ae85273a9ca0
user: martin <martin%NetBSD.org@localhost>
date: Wed Aug 05 14:48:35 2020 +0000
description:
Pull up following revision(s) (requested by uwe in ticket #1584):
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 58898df78ab9 -r ae85273a9ca0 sys/dev/dev_verbose.h
--- a/sys/dev/dev_verbose.h Wed Aug 05 14:18:54 2020 +0000
+++ b/sys/dev/dev_verbose.h Wed Aug 05 14:48:35 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.10.1 2020/08/05 14:48:35 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