CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/10/05 09:05:48
Modified files:
sys/dev/ic : lm78.c lm78var.h
sys/dev/isa : lm78_isa.c
Log message:
It is not safe to call sensor_task_unregister() from inside the
refresh function. sensor_task_work() is incomprehensively complex.
Work around this by using a workq to deactive the i2c alias when the
isa interface is preffered.
Problem of dead sensors reported by henning, fix tested by Nigel Taylor
ok kettenis
