From owner-svn-src-all@FreeBSD.ORG Tue Jul 27 17:36:32 2010 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 7F6B91065677; Tue, 27 Jul 2010 17:36:32 +0000 (UTC) Date: Tue, 27 Jul 2010 17:36:32 +0000 From: Alexey Dokuchaev To: Jung-uk Kim Message-ID: <20100727173632.GA61992@FreeBSD.org> References: <201007261953.o6QJrAFd069188@svn.freebsd.org> <1280242180.78791.33.camel@buffy.york.ac.uk> <201007271215.26238.jkim@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201007271215.26238.jkim@FreeBSD.org> User-Agent: Mutt/1.4.2.1i Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, Gavin Atkinson , src-committers@FreeBSD.org Subject: Re: svn commit: r210514 - in head/sys/amd64: acpica amd64 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jul 2010 17:36:32 -0000 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