From owner-svn-src-head@FreeBSD.ORG Fri May 21 15:59:24 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3F39106566C; Fri, 21 May 2010 15:59:24 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-qy0-f188.google.com (mail-qy0-f188.google.com [209.85.221.188]) by mx1.freebsd.org (Postfix) with ESMTP id 193498FC13; Fri, 21 May 2010 15:59:23 +0000 (UTC) Received: by qyk26 with SMTP id 26so2007942qyk.28 for ; Fri, 21 May 2010 08:59:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=6+ED4pEdOHN8J0NNpAqAQpjM8sSIyHQVRuAN9vz6k9E=; b=cmtUD0DgU6igRPzckHkdlaLWXTxvb5H2r9IO9/TYDMTRnbnQXJmqRr+BFZBHERDnm/ 5l/5/BxsmZ+Kii6zt3zJeiqeaY37hr6aL/vSyQSdBMmgoh8R+aYMCN1agiSIbh3yadpR qN5bWlk5WmoQH1/f4Yg5oLEKTXWboNShn61rU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=kJhgxvlmCghHEv9Ehj8GKpO738j6LP4ToPu+AnqA8cF8aCb/jOqHpjMrVmt0KiPw4p C0Q+CPxoOXooUROqZYu3+3Rh7Tyo0B70Xj5si4Kjvo0QnuFBkY1GuguoriPNCSIrW2VL 7Z6KudOjKDMp8Wot9s0sFhE0V2hSOt4GU21yk= MIME-Version: 1.0 Received: by 10.224.69.16 with SMTP id x16mr1329934qai.0.1274457563249; Fri, 21 May 2010 08:59:23 -0700 (PDT) Received: by 10.229.190.83 with HTTP; Fri, 21 May 2010 08:59:23 -0700 (PDT) In-Reply-To: <201005211329.o4LDTSuL028647@svn.freebsd.org> References: <201005211329.o4LDTSuL028647@svn.freebsd.org> Date: Fri, 21 May 2010 08:59:23 -0700 Message-ID: From: Garrett Cooper To: Alexander Motin Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r208375 - in head/sys/dev: ahci ata 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: Fri, 21 May 2010 15:59:24 -0000 On Fri, May 21, 2010 at 6:29 AM, Alexander Motin wrote: > Author: mav > Date: Fri May 21 13:29:28 2010 > New Revision: 208375 > URL: http://svn.freebsd.org/changeset/base/208375 > > Log: > =A0Improve suspend/resume support. Make sure controller is idle on suspen= d > =A0and reset it on resume. Awesome -- this may fix part of the acpi(4) suspend issue on my laptop (a Lenovo T61p) as it currently auto-reboots with 8-STABLE based sources on amd64. Thanks! -Garrett