From owner-acpi-jp@jp.FreeBSD.org Wed Dec 31 05:03:33 2003
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) id hBUK3XE70298;
	Wed, 31 Dec 2003 05:03:33 +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 hBUK3WC70293
	for <acpi-jp@jp.freebsd.org>; Wed, 31 Dec 2003 05:03:32 +0900 (JST)
	(envelope-from nate@root.org)
Received: (qmail 98889 invoked by uid 1000); 30 Dec 2003 20:03:27 -0000
From: Nate Lawson <nate@root.org>
To: current@freebsd.org, acpi-jp@jp.FreeBSD.org
Message-ID: <20031230115806.M98869@root.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Reply-To: acpi-jp@jp.FreeBSD.org
Precedence: list
Date: Tue, 30 Dec 2003 12:03:27 -0800
X-Sequence: acpi-jp 2953
Subject: [acpi-jp 2953] rc.suspend/rc.resume acpi support added
Sender: owner-acpi-jp@jp.FreeBSD.org
X-Originator: nate@root.org
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+031216

I added support for acpiconf(8) to call the rc scripts on the suspend and
resume paths.  Since they were apm-specific before, some changes have been
made to them.  I would appreciate it if users with working APM and ACPI
suspend and resume would install the new scripts and test them.  For apm,
behavior should be exactly the same.  For ACPI, logger and sync are now
called on the suspend and resume path but hopefully that will not reveal
any pre-existing problems.  :)

This helps for uhci where we have to unload and reload usb.ko across
suspends since it doesn't re-initialize correctly.  See the usb comments
in the files for an example.

-Nate
