Date: Sat, 19 Jul 2008 19:08:35 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_autoconf.c Message-ID: <200807191908.m6JJ8ck4040673@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2008-07-19 19:08:35 UTC FreeBSD src repository Modified files: sys/kern subr_autoconf.c Log: SVN rev 180616 on 2008-07-19 19:08:35Z by rwatson Rather than simply waiting silently and indefinitely for all interrupt-driven configuration handlers to complete, print out a diagnostic message every 60 second indicating which handlers are still running. Do this at most 5 times per run so as to avoid scrolling out any useful information from the kernel message buffer. The interval of 60 seconds was selected based on a best guess as to the nature of "long enough" and may want to be tuned higher or lower depending on real-world tolerances. MFC after: 3 days Discussed with: scottl Revision Changes Path 1.27 +35 -3 src/sys/kern/subr_autoconf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807191908.m6JJ8ck4040673>