From owner-freebsd-amd64@FreeBSD.ORG Sat Dec 31 18:09:20 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7121C16A41F for ; Sat, 31 Dec 2005 18:09:20 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id A08C443D5D for ; Sat, 31 Dec 2005 18:09:19 +0000 (GMT) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (zoraida.natserv.net [66.114.65.147]) by zoraida.natserv.net (Postfix) with ESMTP id A43927DEB; Sat, 31 Dec 2005 13:09:18 -0500 (EST) References: <63675.24.71.129.36.1135718125.squirrel@imap.sd73.bc.ca> <200512291412.19476.peter@wemm.org> Message-ID: X-Mailer: http://www.courier-mta.org/cone/ From: Francisco Reyes To: Peter Wemm Date: Sat, 31 Dec 2005 13:09:18 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit Cc: freebsd-amd64@freebsd.org Subject: Re: No APM yet for AMD? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2005 18:09:20 -0000 Peter Wemm writes: > sysctl hw.acpi.battery.life (percentage) > sysctl hw.acpi.battery.time (time remaining) With a 6.0 Release I could not even boot with ACPI. I had to put in /boot/loader.conf hint.acpi.0.disabled=0 hint.apic.0.disabled=1 At that point sysctl variables for acpi showed hw.acpi.battery.life: -1 hw.acpi.battery.time: -1 hw.acpi.battery.state: 7 hw.acpi.battery.units: 1 hw.acpi.battery.info_expire: 5 Upgraded to stable today. I am now able to boot without having to disable acpi or apic. However, the sysctl variables still show the same values.