From owner-freebsd-current@FreeBSD.ORG Fri Jan 25 09:17:10 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 877FD6D8 for ; Fri, 25 Jan 2013 09:17:10 +0000 (UTC) (envelope-from sergey.dyatko@gmail.com) Received: from mail-ee0-f46.google.com (mail-ee0-f46.google.com [74.125.83.46]) by mx1.freebsd.org (Postfix) with ESMTP id 273D98F0 for ; Fri, 25 Jan 2013 09:17:09 +0000 (UTC) Received: by mail-ee0-f46.google.com with SMTP id e49so77911eek.33 for ; Fri, 25 Jan 2013 01:17:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:subject:message-id:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; bh=pWuFwcZC/bzF+Xl2hixcMl/l1tGEPZxHgB3P4LAiO4Q=; b=DnWxvZK2lbbdQ+Fz2s/pI+7HtuRC2634zmftHnLbAQwGiaPxFZy9wLHipRKisg9Spv 3+zWPmKh2VuYqXPV6AXJcBRFJzxPLg85TaI8/Ya6902tei2I/xC+gJLaYPnBbqbliNzO UHOuH+zEHjEsmyY8NHyOK1IkHwNhB60kyZHnlUPGoU3qUBihLKCSH5p3C9CvYN/Mx6RR o7RSsktkHDmMOViOpmIebKCEIF75002PwnkhQSkzIGdDhTMB5Id3ZAvCJn19uCise+2N /wFqlhvMC2WvDD6fQaP8IEP2J6+h5yO1ySnARNemJKuGAIJyhPoqjQe5/pUwNe8Xedkg UiuA== X-Received: by 10.14.1.195 with SMTP id 43mr16179888eed.31.1359105423399; Fri, 25 Jan 2013 01:17:03 -0800 (PST) Received: from laptop (m-s.agava.net. [195.222.84.203]) by mx.google.com with ESMTPS id 6sm738610eea.3.2013.01.25.01.17.02 (version=SSLv3 cipher=RC4-SHA bits=128/128); Fri, 25 Jan 2013 01:17:02 -0800 (PST) Date: Fri, 25 Jan 2013 12:17:04 +0300 From: "Sergey V. Dyatko" To: freebsd-current@freebsd.org Subject: Re: acpi resume related patch Message-ID: <20130125121704.68d7fafa@laptop> In-Reply-To: <20130125091119.GB54431@zxy.spb.ru> References: <510245B5.8070704@FreeBSD.org> <20130125091119.GB54431@zxy.spb.ru> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 09:17:10 -0000 On Fri, 25 Jan 2013 13:11:19 +0400 Slawa Olhovchenkov wrote: > On Fri, Jan 25, 2013 at 10:43:33AM +0200, Andriy Gapon wrote: > > > > > If you have ACPI suspend/resume working, if it used to work but > > stopped working at some time, if it never worked, but you are still > > hoping, could you please test the following patch and report back? > > > > http://svn.freebsd.by/files/acpi-apic-wakeup-final.patch > > I have ACPI suspend/resume working but AR9220 never resume from sleep. resume works with or without patch ?:) resume was broken after r243764 for me (and I'm not alone :)) -- wbr, tiger