From owner-freebsd-amd64@FreeBSD.ORG Tue Jan 3 18:51:07 2006 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 2EE5C16A41F for ; Tue, 3 Jan 2006 18:51:07 +0000 (GMT) (envelope-from ducrot@poupinou.org) Received: from poup.poupinou.org (poup.poupinou.org [195.101.94.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id D403443D53 for ; Tue, 3 Jan 2006 18:50:55 +0000 (GMT) (envelope-from ducrot@poupinou.org) Received: from ducrot by poup.poupinou.org with local (Exim) id 1EtrF9-0008Cx-00; Tue, 03 Jan 2006 19:50:47 +0100 Date: Tue, 3 Jan 2006 19:50:47 +0100 To: Francisco Reyes Message-ID: <20060103185047.GH13887@poupinou.org> References: <63675.24.71.129.36.1135718125.squirrel@imap.sd73.bc.ca> <200512291412.19476.peter@wemm.org> <20060103155509.GE13887@poupinou.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.9i From: Bruno Ducrot 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: Tue, 03 Jan 2006 18:51:07 -0000 On Tue, Jan 03, 2006 at 12:12:45PM -0500, Francisco Reyes wrote: > Bruno Ducrot writes: > > >>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 > > >What happens if you plug/unplug the AC adapter? > > Variables remain exactly the same. > > >Could you please put a link of an output from 'acpidump -d -t' somewhere? > > http://public.natserv.net/acpidump.txt Well could you try to add this to your /boot/loader.conf: hw.acpi.osname="Microsoft Windows NT" It's because I want to check what happens if the following ASL is triggered: If (LEqual (SizeOf (\_OS), 0x14)) { BPOL (0x3C) } That's look like a workaround for Windows NT and that seems to be related to batteries and AC adapter. > > Thanks for taking a look. > Put the machine info on the top of the file. > > The one "feature" I like is that if I close the machine it keeps on going. > :-) > > Thinks I can do with that "feature".. > * Put the machine away quickly when I reach my subway stop and then halt > the machine at work/home. > * Leave the maching building world or a long running port.. while I take it > to work. -- Bruno Ducrot -- Which is worse: ignorance or apathy? -- Don't know. Don't care.