From owner-acpi-jp@jp.freebsd.org  Wed Oct 31 00:10:58 2001
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id AAA16732;
	Wed, 31 Oct 2001 00:10:58 +0900 (JST)
	(envelope-from owner-acpi-jp@jp.FreeBSD.org)
Received: from tasogare.imasy.or.jp (root@tasogare.imasy.or.jp [202.227.24.5])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id AAA16725
	for <acpi-jp@jp.freebsd.org>; Wed, 31 Oct 2001 00:10:57 +0900 (JST)
	(envelope-from iwasaki@jp.FreeBSD.org)
Received: from localhost (iwasaki.imasy.or.jp [202.227.24.92])
	(authenticated as iwa with CRAM-MD5)
	by tasogare.imasy.or.jp (8.11.6+3.4W/8.11.6/tasogare) with ESMTP/inet id f9UFAtW97173;
	Wed, 31 Oct 2001 00:10:55 +0900 (JST)
	(envelope-from iwasaki@jp.FreeBSD.org)
Date: Wed, 31 Oct 2001 00:10:45 +0900 (JST)
Message-Id: <20011031.001045.74728921.iwasaki@jp.FreeBSD.org>
To: acpi-jp@jp.freebsd.org, andrea@webcom.it
From: Mitsuru IWASAKI <iwasaki@jp.freebsd.org>
In-Reply-To: <20011030124445.A734@webcom.it>
References: <20011029231831.A64584@webcom.it>
	<20011030.135406.74756709.iwasaki@jp.FreeBSD.org>
	<20011030124445.A734@webcom.it>
X-Mailer: Mew version 2.0 on Emacs 20.7 / Mule 4.0 (HANANOEN)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Reply-To: acpi-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+010328
X-Sequence: acpi-jp 1410
Subject: [acpi-jp 1410] Re: acpi_thermal: small improvement, delayed
 cooler off and verbose
Errors-To: owner-acpi-jp@jp.freebsd.org
Sender: owner-acpi-jp@jp.freebsd.org
X-Originator: iwasaki@jp.freebsd.org

> > Could you try attached patch and see when does zone resetting occur?
> > And please send me output of `sysctl hw.acpi' and ASL/DSDT.
[snip]
> Oct 30 12:24:39 brian /boot/kernel/kernel: acpi_tz0: _AC0: temperature 69.8 >= setpoint 69.0
> Oct 30 12:24:39 brian /boot/kernel/kernel: acpi_tz0: switched from NONE to _AC0:
>  69.8C
> Oct 30 12:29:02 brian /boot/kernel/kernel: acpi_tz0: entire thermal zone was reset.
> Oct 30 12:33:16 brian /boot/kernel/kernel: acpi_tz0: _AC0: temperature 69.8 >= setpoint 69.0

Seems OK.  This is what I expected i.e. when thermal zone was reset by
BIOS request, _ACx level changed to NONE tacitly.

> Oh, and by the way, what about applying this patch:
[snip]
> Otherwise hw.acpi.verbose is not initialized.

Thanks, but we don't need this because we explicitly zero-clear our
softc entirely in early part of acpi_attach().

> About DSDT/AML, you should be able to find it in the archives, but anyway, here
> they are attached.

Sorry, I'll add them to our repo.

Thanks
