Date: Mon, 6 Dec 1999 20:35:37 -0800 (PST) From: Mike Smith <msmith@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_shutdown.c Message-ID: <199912070435.UAA24546@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
msmith 1999/12/06 20:35:37 PST Modified files: sys/kern kern_shutdown.c Log: Change the default poweroff delay from 0 to 5 seconds. This seems to be adequate for the IDE disks that I have available for testing. Most seem to wait between 1 and 3 seconds before flushing their caches. Add the ability to override the delay at compile time via the undocumented option POWEROFF_DELAY. The delay can still be set via sysctl as it was originally implemented. Revision Changes Path 1.70 +6 -2 src/sys/kern/kern_shutdown.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912070435.UAA24546>