From owner-cvs-all Wed Oct 24 11:11:54 2001 Delivered-To: cvs-all@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id 5505337B401; Wed, 24 Oct 2001 11:11:46 -0700 (PDT) Received: from caddis.yogotech.com (yogotech.nokia.com [4.22.66.156]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id MAA11018; Wed, 24 Oct 2001 12:11:42 -0600 (MDT) (envelope-from nate@yogotech.com) Received: (from nate@localhost) by caddis.yogotech.com (8.11.6/8.11.6) id f9OIBcI03911; Wed, 24 Oct 2001 12:11:38 -0600 (MDT) (envelope-from nate) From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15319.1114.52674.966040@caddis.yogotech.com> Date: Wed, 24 Oct 2001 12:11:38 -0600 To: Dag-Erling Smorgrav Cc: Hajimu UMEMOTO , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules Makefile src/sys/modules/apm Makefile In-Reply-To: References: <200110241653.f9OGrsL58421@freefall.freebsd.org> X-Mailer: VM 6.95 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > Log: > > Make apm a module. > > We need further work to be able to specify an equivalence of `flags 0x20'. > > Many PCs should work for now. But, some PCs need `flags 0x20'. > > I know that "flags 0x20" means "broken statclock", but can you tell me > what symptoms a machine with a broken statclock would exhibit if that > flag were not set? It would hang when doing any APM commands (most notably, suspend). > Also, are there any disadvantages to setting that > flag on a machine that does not need it? Yes, the profiling and load average calculations don't work as well, so a process could theoretically get more CPU than it should. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message