From owner-cvs-sys Thu Apr 16 06:57:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA09353 for cvs-sys-outgoing; Thu, 16 Apr 1998 06:57:06 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA09247; Thu, 16 Apr 1998 06:56:42 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id GAA03521; Thu, 16 Apr 1998 06:55:58 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Peter Wemm cc: Bruce Evans , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, dyson@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern vfs_subr.c In-reply-to: Your message of "Thu, 16 Apr 1998 21:00:29 +0800." <199804161300.VAA16055@spinner.netplex.com.au> Date: Thu, 16 Apr 1998 06:55:58 -0700 Message-ID: <3518.892734958@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > We also lost control of the update interval. > > Yes, but it is compile-time tweakable, so those with a desperate need to > tweak it can still do so, although on a power-of-two basis. I think it'd still be nice to have it be sysctl tweakable. If nothing else, it would give you a quick and easy way of saying "Hey! Stop waking up the suspended drive in my laptop, dammit!" without having to go recompile the kernel. Jordan