From owner-freebsd-current@FreeBSD.ORG Fri Feb 13 13:28:31 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 749EF16A4CE for ; Fri, 13 Feb 2004 13:28:31 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 69D4143D1D for ; Fri, 13 Feb 2004 13:28:31 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 7652 invoked by uid 1000); 13 Feb 2004 21:28:32 -0000 Date: Fri, 13 Feb 2004 13:28:32 -0800 (PST) From: Nate Lawson To: Marc UBM Bocklet Message-ID: <20040213132713.V7562@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: Problem with ACPI X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2004 21:28:31 -0000 Not being able to transition to ACPI mode is a serious issue and it means your motherboard does not really support acpi despite the manu claims. Since it was last updated in 1999, you should set hint.acpi.0.disable="1" in your loader.conf and just use apm -Nate