From owner-acpi-jp@jp.FreeBSD.org Tue Jul 22 07:01:02 2003
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) id h6LM12N07890;
	Tue, 22 Jul 2003 07:01:02 +0900 (JST)
	(envelope-from owner-acpi-jp@jp.FreeBSD.org)
Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119])
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) with ESMTP/inet id h6LM11T07885
	for <acpi-jp@jp.freebsd.org>; Tue, 22 Jul 2003 07:01:01 +0900 (JST)
	(envelope-from gnats@FreeBSD.org)
Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18])
	by mx2.freebsd.org (Postfix) with ESMTP id 394945663E
	for <acpi-jp@jp.freebsd.org>; Mon, 21 Jul 2003 15:00:35 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 347C837B401
	for <acpi-jp@jp.freebsd.org>; Mon, 21 Jul 2003 15:00:35 -0700 (PDT)
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BF06743FBD
	for <acpi-jp@jp.freebsd.org>; Mon, 21 Jul 2003 15:00:34 -0700 (PDT)
	(envelope-from gnats@FreeBSD.org)
Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1])
	by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6LM0YUp011509
	for <acpi-jp@jp.freebsd.org>; Mon, 21 Jul 2003 15:00:34 -0700 (PDT)
	(envelope-from gnats@freefall.freebsd.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6LM0YlY011508;
	Mon, 21 Jul 2003 15:00:34 -0700 (PDT)
Message-Id: <200307212200.h6LM0YlY011508@freefall.freebsd.org>
To: acpi-jp@jp.FreeBSD.org
Cc: 
From: Nate Lawson <nate@root.org>
Reply-To: Nate Lawson <nate@root.org>
Precedence: list
Date: Mon, 21 Jul 2003 15:00:34 -0700
X-Sequence: acpi-jp 2488
Subject: [acpi-jp 2488] Re: kern/54622
Sender: owner-acpi-jp@jp.FreeBSD.org
X-Originator: nate@root.org
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+030702

The following reply was made to PR kern/54622; it has been noted by GNATS.

From: Nate Lawson <nate@root.org>
To: Emil Cazamir <emil.cazamir@galati.rdsnet.ro>
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: kern/54622
Date: Mon, 21 Jul 2003 14:57:32 -0700 (PDT)

 Unfortunately, the problem is that each driver needs to have proper device
 save/restore functions.  This is not the job of ACPI.  Certain devices
 currently do work (fxp, sio, pccbb) with ACPI suspend.
 
 Please file separate PRs for each of the devices that isn't working and
 post the PRs to the current@ list.  Hopefully the driver maintainers will
 implement those functions.
 
 -Nate
