From owner-freebsd-questions Mon Feb 25 9:11:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from calcon.calcon.net (calcon.net [63.149.52.2]) by hub.freebsd.org (Postfix) with ESMTP id 7ACD737B402 for ; Mon, 25 Feb 2002 09:11:42 -0800 (PST) Received: from calcon.net (vpn1.calcon.net [63.149.52.253]) by calcon.calcon.net (8.11.2/8.11.2) with ESMTP id g1PH6Th28597; Mon, 25 Feb 2002 11:06:29 -0600 Message-ID: <3C7A704C.756E5BC3@calcon.net> Date: Mon, 25 Feb 2002 11:11:40 -0600 From: Douglas Egan X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: Jon Rust Cc: freebsd-questions@freebsd.org Subject: Re: microuptime() backwards deal References: <20020222103310.A20732@mail.vcnet.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I had the same problem, but I disabled it in my kernel as follows: # Power management support (see LINT for more options) #device apm0 at nexus? disable flags 0x20 # Advanced Power Management I believe you should add the '#' comment character to the device line. I have never had the problem since. Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message