commit 8e4d13764bdfc916c23fb22158c65e486dce631c
Author: François Tigeot <[email protected]>
Date: Sun Nov 16 12:35:45 2014 +0100
sysctl: Give each device its own context and subtree
* Add device_get_sysctl_ctx() and device_get_sysctl_tree() functions
* All devices now have an associated sysctl tree under the "dev" root
Obtained-from: FreeBSD
Summary of changes:
sys/kern/subr_bus.c | 155 ++++++++++++++++++++++++++++++++++++++++++++++++++
sys/sys/bus.h | 2 +
sys/sys/bus_private.h | 8 +++
3 files changed, 165 insertions(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8e4d13764bdfc916c23fb22158c65e486dce631c
--
DragonFly BSD source repository