From owner-freebsd-current@freebsd.org Fri Feb 19 19:17:27 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60C8EAAE3D9 for ; Fri, 19 Feb 2016 19:17:27 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 4FFAA13B6 for ; Fri, 19 Feb 2016 19:17:27 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 4AB6FAAE3D4; Fri, 19 Feb 2016 19:17:27 +0000 (UTC) Delivered-To: current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A2B6AAE3CF; Fri, 19 Feb 2016 19:17:27 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C24513B4; Fri, 19 Feb 2016 19:17:27 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 74EF8B946; Fri, 19 Feb 2016 14:17:25 -0500 (EST) From: John Baldwin To: Alexey Dokuchaev Cc: current@freebsd.org, mobile@freebsd.org Subject: Re: Thinkpad T410: resume broken Date: Fri, 19 Feb 2016 10:48:56 -0800 Message-ID: <1677027.G58VU7gWm8@ralph.baldwin.cx> User-Agent: KMail/4.14.3 (FreeBSD/10.2-STABLE; KDE/4.14.3; amd64; ; ) In-Reply-To: <20160219123827.GA27878@regency.nsu.ru> References: <53762216.8020205@gmx.net> <3029262.DlAcg8ENfU@ralph.baldwin.cx> <20160219123827.GA27878@regency.nsu.ru> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Fri, 19 Feb 2016 14:17:25 -0500 (EST) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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, 19 Feb 2016 19:17:27 -0000 On Friday, February 19, 2016 06:38:27 PM Alexey Dokuchaev wrote: > On Thu, Feb 18, 2016 at 09:51:08AM -0800, John Baldwin wrote: > > On Thursday, February 18, 2016 10:56:29 PM Alexey Dokuchaev wrote: > > > # pciconf -lc pci0:0:0 > > > hostb0@pci0:0:0:0: class=0x060000 card=0x83191033 chip=0x25908086 rev=0x04 hdr=0x00 > > > cap 09[e0] = vendor (length 9) Intel cap 2 version 1 > > > > Humm, perhaps PCI0 is not at 0:0. Can you find the _ADR method for > > _SB_.PCI0? That contains the "slot" and "function" as two words, e.g. > > 0x10002 would correspond to the 'pci0:1:2' device (or possibly pci0:2:1, > > don't recall the order off the top of my head). > > Seems it's all zeros: > > Device (PCI0) > { > ... > Name (_ADR, 0x00) // _ADR: Address > > I've uploaded the dump on freefall [1], perhaps I've missed something so > you can have a better/sharper look. Ok, so your BIOS is just odd / broken. It's asked us to power that device down to D2, but it doesn't support any power management at all, so we whine. In practice it should be harmless and something you can ignore. -- John Baldwin