From owner-freebsd-hackers@FreeBSD.ORG Fri Aug 6 04:03:34 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10D44106566B for ; Fri, 6 Aug 2010 04:03:34 +0000 (UTC) (envelope-from osharoiko@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id BB0098FC0C for ; Fri, 6 Aug 2010 04:03:33 +0000 (UTC) Received: by iwn10 with SMTP id 10so1048473iwn.13 for ; Thu, 05 Aug 2010 21:03:33 -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=pWso/kcZGb/tjGTmT6DMS+PxdSkzW6bovz0XGszc5RI=; b=igLTDyms5TrywlL/qggCuZqApDNFVJxIuoi1Lj9kFEmY/ARA1dxgLEqlLYR6Fp4GmF TQ9Nzzr2CPj8+7MHo4QFP9ZAgCQ/hSK2GLjxoHLuzoRthi16YIghmG5DSjiUnIUkJ/mC Ts3tlMStAdwUxVyPllOUbflyiJBcKHnjzTvic= 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=FlSOba6MwNhtYxrwj8TAvNnE6u8jwMHzYnx+qwBvxbCPbBTYZBtqbjb6xhzHOIWj3S J5YbZqbHK05KpXuJ6CIdKJQmtg0IV5H4n1Kqqwk/qavCENPLBhksvCjTKfMbUHhOCH5u 3OEE4Kh/mBDDSVzBQhTalLiV12W6DzXeLLkfE= MIME-Version: 1.0 Received: by 10.231.19.7 with SMTP id y7mr13139493iba.152.1281067412534; Thu, 05 Aug 2010 21:03:32 -0700 (PDT) Received: by 10.231.168.20 with HTTP; Thu, 5 Aug 2010 21:03:32 -0700 (PDT) In-Reply-To: <201008051635.09273.jkim@FreeBSD.org> References: <20100805200022.GB3610@panther.nvidia.com> <201008051635.09273.jkim@FreeBSD.org> Date: Fri, 6 Aug 2010 08:03:32 +0400 Message-ID: From: Oleg Sharoyko To: Jung-uk Kim Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-hackers@freebsd.org, Christian Zander Subject: Re: PCI config space is not restored upon resume (macbook pro) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Aug 2010 04:03:34 -0000 On 6 August 2010 00:35, Jung-uk Kim wrote: > We *do* switch VTs unless it is explicitly turned off by 'sysctl > hw.syscons.sc_no_suspend_vtswitch=3D1'. =C2=A0However, it was slightly > broken but I fixed it recently. I can confirm that it works on another box with rather recent stable. --=20 Oleg Sharoyko