NetBSD/sys/dev/sysmon
pgoyette 142f2b406b sysmon's components need to be MODULE_CLASS_DRIVER so they will get
initialized before we configure/initialize any devices that interact
with them.

Thanks, marty!
2015-12-14 01:08:47 +00:00
..
files.sysmon Update configuration definitions for new sysmon 2015-04-24 03:33:43 +00:00
swsensor.c Remove another debug printf() that snuck in. 2015-04-25 23:55:23 +00:00
swwdog.c Finish work started in previous commit. Ensure that initialization 2015-05-12 10:20:14 +00:00
sysmon.c Optimize a bit - don't re-enter the mutex if we're just going to exit. 2015-05-05 09:22:33 +00:00
sysmon_envsys.c sysmon's components need to be MODULE_CLASS_DRIVER so they will get 2015-12-14 01:08:47 +00:00
sysmon_envsys_events.c As proposed in 2015-10-15 13:35:30 +00:00
sysmon_envsys_tables.c
sysmon_envsys_util.c
sysmon_envsysvar.h
sysmon_power.c sysmon's components need to be MODULE_CLASS_DRIVER so they will get 2015-12-14 01:08:47 +00:00
sysmon_taskq.c sysmon_task_queue_sched needs to RUN_ONCE(tq_preinit) as well, it can 2015-04-28 11:58:49 +00:00
sysmon_taskq.h Replace a home-grown run-once implementation with the real RUN_ONCE() 2015-04-27 07:51:28 +00:00
sysmon_wdog.c sysmon's components need to be MODULE_CLASS_DRIVER so they will get 2015-12-14 01:08:47 +00:00
sysmonvar.h Modularize sysmon and its components 2015-04-23 23:22:03 +00:00