From owner-acpi-jp@jp.FreeBSD.org Sun Mar 21 05:57:20 2004
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) id i2KKvKn08631;
	Sun, 21 Mar 2004 05:57:20 +0900 (JST)
	(envelope-from owner-acpi-jp@jp.FreeBSD.org)
Received: from root.org (root.org [67.118.192.226])
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) with SMTP/inet id i2KKvJ708626
	for <acpi-jp@jp.freebsd.org>; Sun, 21 Mar 2004 05:57:19 +0900 (JST)
	(envelope-from nate@root.org)
Received: (qmail 23956 invoked by uid 1000); 20 Mar 2004 20:57:14 -0000
From: Nate Lawson <nate@root.org>
To: Brian Buchanan <bwb@holo.org>
cc: acpi-jp@jp.FreeBSD.org
In-Reply-To: <20040320124518.E13162-100000@thought.holo.org>
Message-ID: <20040320125516.Y23876@root.org>
References: <20040320124518.E13162-100000@thought.holo.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Reply-To: acpi-jp@jp.FreeBSD.org
Precedence: list
Date: Sat, 20 Mar 2004 12:57:14 -0800
X-Sequence: acpi-jp 3125
Subject: [acpi-jp 3125] Re: ACPI-CA 20040311 imported
Sender: owner-acpi-jp@jp.FreeBSD.org
X-Originator: nate@root.org
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+040307

On Sat, 20 Mar 2004, Brian Buchanan wrote:
> On Sat, 20 Mar 2004, Nate Lawson wrote:
>
> > On Fri, 19 Mar 2004, Brian Buchanan wrote:
> > > After this update, the Fn+F8 screen expansion toggle on my ThinkPad T40p
> > > ceased working again.  As you had previously suggested, I have my ASL
> > > manually tweaked to set \WNTF to 0x02 (pretending to be Windows XP).
> >
> > Try changing the OS name in sys/contrib/dev/acpica/acfreebsd.h to be
> > FreeBSD (comment out the #else section of the #ifndef).  Recompile acpi.ko
> > and test it with the stock AML.
>
> Didn't work.

Did you have hw.acpi.osi_method enabled or disabled?  Here is what I
expect:

OSNAME = FreeBSD, osi_method = false, custom asl: works
OSNAME = Win NT, osi_method = false, custom asl: works
OSNAME = FreeBSD, osi_method = true, stock asl: works

Try some of those combos and let me know which work.

Thanks,
-Nate
