Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Feb 2010 14:21:20 -0500
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        Rui Paulo <rpaulo@freebsd.org>
Cc:        freebsd-acpi@freebsd.org
Subject:   Re: ACPICA 20100121 regression
Message-ID:  <201002011421.22465.jkim@FreeBSD.org>
In-Reply-To: <875CBAC3-245A-4199-94DC-BBB047318681@freebsd.org>
References:  <875CBAC3-245A-4199-94DC-BBB047318681@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 30 January 2010 10:49 am, Rui Paulo wrote:
> Hi,
> Latest ACPICA can't find my ASUS010 HID. It worked fine with
> FreeBSD 8, which has ACPICA 20090521.
>
> The ASL is located at:
> 	http://people.freebsd.org/~rpaulo/asus-1005ha.asl.gz
>
> What I'm seeing is ACPI_ID_PROBE() returning always NULL for
> "ASUS010" and "ATK0100" devids.

It seems the ASL disables ASUS010 when the OS is "Windows 2009" (aka 
Windows 7).  FYI, current ACPI-CA just returns okay for any Microsoft 
OSes when _OSI method is used in ASL.  Thus, it thinks you are 
running Windows 7.  You can comment out or remove line 3626-3629 and 
override DSDT to re-enable the device, I think.

Jung-uk Kim



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002011421.22465.jkim>