CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/07/26 12:43:36
Modified files:
sys/dev/ic : lm78.c lm78var.h
sys/dev/i2c : lm78_i2c.c
sys/dev/isa : lm78_isa.c
Log message:
Calling a detach function from an attach function is no longer legal (
see a recent subr_autoconf.c commit). To resolve this problem, mark the
other attachment dead, and clean it up when the first servicing timeout
gets run.
ok kettenis
