From owner-freebsd-acpi@FreeBSD.ORG Fri Oct 24 16:42:21 2014 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C0B8A538 for ; Fri, 24 Oct 2014 16:42:21 +0000 (UTC) Received: from mail-wg0-x22e.google.com (mail-wg0-x22e.google.com [IPv6:2a00:1450:400c:c00::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 53BBBD60 for ; Fri, 24 Oct 2014 16:42:21 +0000 (UTC) Received: by mail-wg0-f46.google.com with SMTP id l18so1518711wgh.5 for ; Fri, 24 Oct 2014 09:42:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=O9sGx4fPLxU/vHOW3pBDKCuL9vn90Dmta3dc6YDzTxY=; b=C7m1Wp9rO9R7sTyGUH5FDFRQyget3ZHJDnu0Fc278Lt2RAeVFl+Z97AOg+eHgwzA54 17D0p+/DuygFUr1N/fezspl5MWLiq1CB/TLs+QKlcYExTskJlfL2Mefk2GnP0SUCvymL 5EeKP+NSNQRFYaU1DbDfvFS9wA79N4E2/cgJfvZECtpZYm0yM7nquBK3PbME7kHPEDYB y011BM8alb0hTiIHiuOL9DgeGdQiyTW7zVxRvay7pzJq3AJ7vAKr3GmtOHDZ2sMJZzgH ySCtA5ZkqaGi258zifufTtfyOvmypJxiuht2sGeUJd4wQLRP2F5E/zZl1kFAkVSeyi9J Iqsw== X-Received: by 10.194.87.168 with SMTP id az8mr6044328wjb.65.1414168939407; Fri, 24 Oct 2014 09:42:19 -0700 (PDT) Received: from Sevans-MacBook-Pro.local (cpc3-dals5-0-0-cust240.20-2.cable.virginm.net. [77.103.176.241]) by mx.google.com with ESMTPSA id bi7sm2559484wib.17.2014.10.24.09.42.18 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 24 Oct 2014 09:42:18 -0700 (PDT) Message-ID: <544A8168.5040209@gmail.com> Date: Fri, 24 Oct 2014 17:42:16 +0100 From: Sevan / Venture37 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: "freebsd-acpi@freebsd.org" Subject: Re: ThinkPad X61s suspend/resume status References: <543DC9E2.4020304@gmail.com> <544583DE.4090804@gmail.com> <201410231121.55408.jhb@freebsd.org> In-Reply-To: <201410231121.55408.jhb@freebsd.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2014 16:42:21 -0000 On 23/10/2014 16:21, John Baldwin wrote: > I suspect that booting from disk would not have the same issue, yes. Indeed, booting from a SATA disk does not exhibit this behaviour. Sevan / Venture37