From owner-cvs-sys Wed Oct 22 20:52:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA25543 for cvs-sys-outgoing; Wed, 22 Oct 1997 20:52:06 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA25525; Wed, 22 Oct 1997 20:51:53 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.6.9) id NAA15772; Thu, 23 Oct 1997 13:46:25 +1000 Date: Thu, 23 Oct 1997 13:46:25 +1000 From: Bruce Evans Message-Id: <199710230346.NAA15772@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, nate@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/apm apm.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified files: > sys/i386/apm apm.c > Log: > - If APM_BROKEN_STATCLOCK is defined, make sure the statcloock is > disabled, don't rely on the flags to set it. APM_BROKEN_STATCLOCK doesn't exist in -current. It should have been put in opt_defunct.h and warned about in /sys/i386/i386/i386_opt.c (which is like /sys/kern/kern_opt.c except it doesn't exist :-). The flags are easy to set at boot time. Bruce