From owner-svn-src-head@FreeBSD.ORG Wed Oct 20 17:05:03 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 8724C106566C; Wed, 20 Oct 2010 17:05:02 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: src-committers@FreeBSD.org Date: Wed, 20 Oct 2010 13:04:35 -0400 User-Agent: KMail/1.6.2 References: <201010201647.o9KGl9SM062984@svn.freebsd.org> In-Reply-To: <201010201647.o9KGl9SM062984@svn.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201010201304.55051.jkim@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org Subject: Re: svn commit: r214110 - in head/sys/dev: acpica pci X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Oct 2010 17:05:03 -0000 On Wednesday 20 October 2010 12:47 pm, Jung-uk Kim wrote: > Author: jkim > Date: Wed Oct 20 16:47:09 2010 > New Revision: 214110 > URL: http://svn.freebsd.org/changeset/base/214110 > > Log: > Introduce a new tunable 'hw.pci.do_power_suspend'. This tunable > lets you avoid PCI power state transition from D0 to D3 for > suspending case. Default is 1 or enabled. ^ when it is set to zero Jung-uk Kim