From owner-freebsd-stable@FreeBSD.ORG Sat Sep 6 10:51:39 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 452F416A4BF for ; Sat, 6 Sep 2003 10:51:39 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id A931143FDF for ; Sat, 6 Sep 2003 10:51:38 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 78442 invoked by uid 1000); 6 Sep 2003 17:51:37 -0000 Date: Sat, 6 Sep 2003 10:51:37 -0700 (PDT) From: Nate Lawson To: Peter Jeremy In-Reply-To: <20030905083734.GA2834@server.c20257.belrs2.nsw.optusnet.com.au> Message-ID: <20030906104948.R78425@root.org> References: <20030905083734.GA2834@server.c20257.belrs2.nsw.optusnet.com.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-stable@freebsd.org Subject: Re: ACPI utilities X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2003 17:51:39 -0000 On Fri, 5 Sep 2003, Peter Jeremy wrote: > I have an Athlon system which isn't co-operating with the ACPI in > -stable (I haven't tried -current yet). I notice that the general > recommendation in -current is to provide the output of acpidump but > none of the ACPI userland has been MFC'd. I'm sorry, I can't support acpi on -stable. Someone else may. > I just had a quick try and building the -current userland on -stable > and found this is non-trivial because it appears that the APIs are > different between the two versions - AcpiOs{Read,Write}{Port,Memory}() > have different prototypes. > > Any suggestions on the way forward? -stable has 0228, -current is 0619. You can manually import the tools by hacking the header files. A better approach would be to boot the 5.1 live filesystem image and use acpidump from there. -Nate