Date: Tue, 30 Jun 2009 20:25:57 +0800 From: Kevin Foo <chflags@gmail.com> To: Michael Gmelin <freebsdusb@bindone.de> Cc: freebsd-acpi@freebsd.org Subject: Re: Patches to acpi_hp Message-ID: <25cb30906300525j650a601cr77f0740f56168e53@mail.gmail.com> In-Reply-To: <4A4A01F3.1080004@bindone.de> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] On Tue, Jun 30, 2009 at 8:15 PM, Michael Gmelin <freebsdusb@bindone.de>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: <HPQOEM SLIC-MPC> Timecounter "ACPI-safe" frequency 3579545 Hz quality 850 pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0 pci0: <ACPI PCI bus> on pcib0 pcib1: <ACPI PCI-PCI bridge> at device 2.0 on pci0 pci1: <ACPI PCI bus> on pcib1 pcib2: <ACPI PCI-PCI bridge> at device 3.0 on pci0 pci3: <ACPI PCI bus> on pcib2 acpi_video0: <ACPI video extension> on vgapci0 pcib3: <ACPI PCI-PCI bridge> at device 16.0 on pci0 pci5: <ACPI PCI bus> on pcib3 battery0: <ACPI Control Method Battery> on acpi0 cpu0: <ACPI CPU> on acpi0 cpu1: <ACPI CPU> on acpi0 acpi_wmi0: <ACPI-WMI mapping> on acpi0 acpi_hp0: <HP ACPI-WMI Mapping> 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. -- Regards Kevin Foo [-- Attachment #2 --] --- /usr/src/sys/conf/files.amd64.orig 2009-06-30 20:12:48.000000000 +0800 +++ /usr/src/sys/conf/files.amd64 2009-06-30 19:52:12.000000000 +0800 @@ -131,6 +131,7 @@ crypto/blowfish/bf_enc.c optional crypto | ipsec crypto/des/des_enc.c optional crypto | ipsec | netsmb dev/acpica/acpi_if.m standard +dev/acpi_support/acpi_wmi_if.m standard dev/arcmsr/arcmsr.c optional arcmsr pci dev/atkbdc/atkbd.c optional atkbd atkbdc dev/atkbdc/atkbd_atkbdc.c optional atkbd atkbdc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?25cb30906300525j650a601cr77f0740f56168e53>
