From owner-freebsd-current@FreeBSD.ORG Tue Dec 30 12:03:32 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72AEA16A4CE for ; Tue, 30 Dec 2003 12:03:32 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id A900543D93 for ; Tue, 30 Dec 2003 12:03:26 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 98889 invoked by uid 1000); 30 Dec 2003 20:03:27 -0000 Date: Tue, 30 Dec 2003 12:03:27 -0800 (PST) From: Nate Lawson 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 Subject: rc.suspend/rc.resume acpi support added X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Dec 2003 20:03:32 -0000 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