From owner-cvs-all Mon Dec 6 20:35:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DF59115036; Mon, 6 Dec 1999 20:35:37 -0800 (PST) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA24546; Mon, 6 Dec 1999 20:35:37 -0800 (PST) (envelope-from msmith@FreeBSD.org) Message-Id: <199912070435.UAA24546@freefall.freebsd.org> From: Mike Smith Date: Mon, 6 Dec 1999 20:35:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_shutdown.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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