Module Name: src Committed By: msaitoh Date: Sat Dec 1 01:51:38 UTC 2018
Modified Files: src/sys/kern: subr_autoconf.c src/sys/sys: device.h Log Message: Add new dv_flags value DVF_ATTACH_INPROGRESS. Currenty, this flags is used only for checking the registration of pmf. This flag should be set when an attach function(ca_attach) doesn't complete the whole attach work when the function returned. config_interrupts() set it. It's also required for device drivers who do a part of the attach work in their own kthread to set it. To generate a diff of this commit: cvs rdiff -u -r1.263 -r1.264 src/sys/kern/subr_autoconf.c cvs rdiff -u -r1.156 -r1.157 src/sys/sys/device.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.