From owner-acpi-jp@jp.FreeBSD.org Fri Aug 29 14:29:45 2003
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) id h7T5TjK62266;
	Fri, 29 Aug 2003 14:29:45 +0900 (JST)
	(envelope-from owner-acpi-jp@jp.FreeBSD.org)
Received: from axe-inc.co.jp (axegw.axe-inc.co.jp [61.199.217.66])
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) with ESMTP/inet id h7T5Tia62261
	for <acpi-jp@jp.freebsd.org>; Fri, 29 Aug 2003 14:29:45 +0900 (JST)
	(envelope-from takawata@axe-inc.co.jp)
Received: from axe-inc.co.jp ([192.47.224.47])
	by axe-inc.co.jp (8.9.3+3.2W/3.7W) with ESMTP id OAA24046;
	Fri, 29 Aug 2003 14:29:38 +0900 (JST)
Message-Id: <200308290529.OAA24046@axe-inc.co.jp>
To: Nate Lawson <nate@root.org>
Cc: acpi-jp@jp.FreeBSD.org
In-reply-to: Your message of "Thu, 28 Aug 2003 21:05:51 MST."
             <20030828210355.F41704@root.org>
From: User Takawata <takawata@axe-inc.co.jp>
Reply-To: acpi-jp@jp.FreeBSD.org
Precedence: list
Date: Fri, 29 Aug 2003 14:30:47 +0900
X-Sequence: acpi-jp 2626
Subject: [acpi-jp 2626] Re: changed AcpiEnterSleepStateS4Bios
Sender: owner-acpi-jp@jp.FreeBSD.org
X-Originator: takawata@axe-inc.co.jp
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+030821

In message <20030828210355.F41704@root.org>, Nate Lawson wrote:
>On Thu, 28 Aug 2003, Nate Lawson wrote:
>>   Modified files:
>>     sys/conf             files
>>     sys/modules/acpi     Makefile
>>     sys/dev/acpica       acpi.c
>>     sys/i386/acpica      acpi_wakeup.c
>>   Removed files:
>>     sys/dev/acpica       acpica_support.c acpica_support.h
>>   Log:
>>   Use the ACPICA AcpiEnterSleepStateS4bios instead of rolling our own.  This
>>   change also disables interrupts around non-S4 suspends whereas before we
>>   did not do this.  Our version of AcpiEnterSleepStateS4bios was almost
>>   identical to the ACPICA version.
>>
>>   Revision  Changes    Path
>>   1.817     +0 -1      src/sys/conf/files
>>   1.97      +0 -1      src/sys/dev/acpica/acpi.c
>>   1.8       +0 -107    src/sys/dev/acpica/acpica_support.c (dead)
>>   1.2       +0 -38     src/sys/dev/acpica/acpica_support.h (dead)
>>   1.25      +4 -3      src/sys/i386/acpica/acpi_wakeup.c
>>   1.31      +2 -3      src/sys/modules/acpi/Makefile
>
>If you were using S4BIOS before, please let me know how this affects
>things.  It should be a no-op as the functions were nearly the same.  Also
>if S3 works for you, please test to be sure this doesn't break anything.
>It works fine on my IBM T23.

Please don't remove acpica_support.[ch] itself. 
It is place whare we put features 
that is submitted to Intel while they don't
adopt it.



