From owner-freebsd-acpi@FreeBSD.ORG Tue Jun 30 12:33:17 2009 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 941671065670 for ; Tue, 30 Jun 2009 12:33:17 +0000 (UTC) (envelope-from freebsdusb@bindone.de) Received: from mail.bindone.de (mail.bindone.de [80.190.134.51]) by mx1.freebsd.org (Postfix) with SMTP id ED2678FC1B for ; Tue, 30 Jun 2009 12:33:16 +0000 (UTC) (envelope-from freebsdusb@bindone.de) Received: (qmail 82060 invoked by uid 89); 30 Jun 2009 12:33:15 -0000 Received: from unknown (HELO ufo.bindone.de) (mg@bindone.de@87.152.174.104) by mail.bindone.de with ESMTPA; 30 Jun 2009 12:33:15 -0000 Message-ID: <4A4A05FA.8000305@bindone.de> Date: Tue, 30 Jun 2009 14:32:58 +0200 From: Michael Gmelin User-Agent: Thunderbird 2.0.0.17pre (X11/20090202) MIME-Version: 1.0 To: chflags@gmail.com References: <4A46018B.90709@bindone.de> <25cb30906300135v20db01ecre0dd103c3a7651c@mail.gmail.com> <4A49D498.600@bindone.de> <25cb30906300212p43a7127q2ce92f95c1fcb64@mail.gmail.com> <4A49E9F4.5010803@bindone.de> <25cb30906300423q2d61bbf6t6bb42f6c362fef2e@mail.gmail.com> <25cb30906300441y4eb862abk9e12313d6b257354@mail.gmail.com> <4A49FD78.90405@bindone.de> <25cb30906300503g4e11290xd18818238c5a4bb3@mail.gmail.com> <4A4A01F3.1080004@bindone.de> <25cb30906300525j650a601cr77f0740f56168e53@mail.gmail.com> In-Reply-To: <25cb30906300525j650a601cr77f0740f56168e53@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-acpi@freebsd.org Subject: Re: Patches to acpi_hp X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2009 12:33:17 -0000 Kevin Foo wrote: > On Tue, Jun 30, 2009 at 8:15 PM, Michael Gmelin wrote: > >> Interesting. Did you do this on the same machine? Have acpi_wmi and >> acpi_hp been really updated on make install (timestamps approx. the same >> as for acpi_ibm)? >> >> I hereby post this to the general mailing list, because I have no amd64 >> system to test on and I'm pretty sure I'm not aware of some nuts and >> bolts required to get that up and running on AMD64. >> >> Just for the records: >> On i386 the module also works on 7.2-RELEASE and HP Compaq Presario >> V3400 is supported as well. >> > > > Tiny missing nut attached. :) > > > %dmesg | grep ACPI > ACPI APIC Table: > Timecounter "ACPI-safe" frequency 3579545 Hz quality 850 > pcib0: port 0xcf8-0xcff on acpi0 > pci0: on pcib0 > pcib1: at device 2.0 on pci0 > pci1: on pcib1 > pcib2: at device 3.0 on pci0 > pci3: on pcib2 > acpi_video0: on vgapci0 > pcib3: at device 16.0 on pci0 > pci5: on pcib3 > battery0: on acpi0 > cpu0: on acpi0 > cpu1: on acpi0 > acpi_wmi0: on acpi0 > acpi_hp0: on acpi0 > %kldstat | grep acpi > 8 1 0xffffffff808bd000 5cc8 acpi_video.ko > 32 1 0xffffffff80c4b000 26c8 acpi_hp.ko > 33 1 0xffffffff80c4e000 1c08 acpi_wmi.ko > > Michael, thank for the excellent work and kind help. > Ah.. actually that has been done on CURRENT, so I just missed it. Thanks for pointing that out. Did you try all the major features on amd64? If yes, I will update the manpage accordingly saying that it has been tested successfully on amd64 (and HP PCompaq Presario V3400). Michael