svn commit: r210514 - in head/sys/amd64: acpica amd64

Alexey Dokuchaev danfe at FreeBSD.org
Tue Jul 27 17:36:32 UTC 2010


On Tue, Jul 27, 2010 at 12:15:06PM -0400, Jung-uk Kim wrote:
> The simplest thing to try is:
> 
> 	sysctl debug.bootverbose=1
> 	sysctl debug.acpi.suspend_bounce=1
> 	acpiconf -s 3
> 
> This test emulates suspend/resume cycle of all device drivers without 
> actually going into S3 state.  In some cases, you can easily catch 
> problems with this method (e.g., losing firmware state, device 
> watchdog time out, and retrying forever).  Note that the system does 
> not really enter S3 state, which means devices may not lose power at 
> all.  It also means some devices will just work fine even if 
> suspend/resume methods are totally missing unlike real S3 state.

This is really nice piece of advice.  Is any one interested (maybe even
the author) in converting it do docbook format and adding to acpi-debug
handbook chapter?  I can do it if no one else steps before me.

./danfe


More information about the svn-src-head mailing list