Subject: Re: New power management framework for sysmon
To: None <current-users@netbsd.org>
From: Takayoshi Kochi <kochi@netbsd.org>
List: current-users
Date: 04/20/2003 07:41:43
Hi all,

From: Jason Thorpe <thorpej@wasabisystems.com>
Subject: New power management framework for sysmon
Date: Thu, 17 Apr 2003 22:52:33 -0700

> In any case, the upshot is that if you have ACPI enabled, and you're 
> running powerd(8), you can press the power button, and the system will 
> perform a graceful shutdown.  This is much better than the previous 
> situation :-)
> 
> Enjoy!

A fix is committed to -current for an ACPI bug which prevented
one from shutting down properly.  If you have had a problem
with -current ACPI (and disabled ACPI from your kernel),
you are encouraged to test it again.
If you still have a problem in shutdown/halt -p, please open a
new PR.

Thanks to Matthias for testing and closing the PR.

|Date: Sat, 19 Apr 2003 16:09:17 +0000 (UTC)
|From: Matthias Scheler <tron@netbsd.org>
|To: source-changes@netbsd.org
|Subject: CVS commit: src/sys/dev/acpi/acpica/Subsystem
|Message-Id: <20030419160917.92FADB004@cvs.netbsd.org>
|
|Module Name:	src
|Committed By:	tron
|Date:		Sat Apr 19 16:09:16 UTC 2003
|
|Modified Files:
|	src/sys/dev/acpi/acpica/Subsystem: hwregs.c
|
|Log Message:
|Fix for ACPI poweroff problem provided by Takayoshi Kochi. This resolves
|PR kern/20614 by myself.
|
|
|To generate a diff of this commit:
|cvs rdiff -r1.7 -r1.8 src/sys/dev/acpi/acpica/Subsystem/hwregs.c
|
|Please note that diffs are not public domain; they are subject to the
|copyright notices on the relevant files.

Thanks,
Takayoshi Kochi