Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754739AbcJLMZS (ORCPT ); Wed, 12 Oct 2016 08:25:18 -0400 Received: from paleale.coelho.fi ([176.9.41.70]:48404 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752653AbcJLMZH (ORCPT ); Wed, 12 Oct 2016 08:25:07 -0400 Message-ID: <1476275099.7776.28.camel@coelho.fi> From: Luca Coelho To: Chris Rorvick , Paul Bolle Cc: Intel Linux Wireless , Emmanuel Grumbach , Johannes Berg , Kalle Valo , Oren Givon , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Date: Wed, 12 Oct 2016 15:24:59 +0300 In-Reply-To: References: <20161010071943.4717-1-chris@rorvick.com> <1476108164.5210.11.camel@coelho.fi> <1476180668.17022.21.camel@tiscali.nl> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.0-2 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 192.40.95.9 X-SA-Exim-Mail-From: luca@coelho.fi Subject: Re: [PATCH] iwlwifi: pcie: reduce "unsupported splx" to a warning X-SA-Exim-Version: 4.2.1 (built Tue, 02 Aug 2016 21:08:31 +0000) X-SA-Exim-Scanned: Yes (on farmhouse.coelho.fi) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1327 Lines: 46 On Tue, 2016-10-11 at 23:32 -0500, Chris Rorvick wrote: > On Tue, Oct 11, 2016 at 5:11 AM, Paul Bolle wrote: > > For what it's worth, on my machine I have twenty (!) SPLX entries, all > > reading: > > Name (SPLX, Package (0x04) > > { > > Zero, > > Package (0x03) > > { > > 0x80000000, > > 0x80000000, > > 0x80000000 > > }, > > > > Package (0x03) > > { > > 0x80000000, > > 0x80000000, > > 0x80000000 > > }, > > > > Package (0x03) > > { > > 0x80000000, > > 0x80000000, > > 0x80000000 > > } > > }) > > > I actually see exactly the same on my Dell XPS 13 (9350) when I use > acpidump, etc. I typed the entry I included in the commit log by hand > based on what the driver gets back from the SPLC method (I added a > function to dump the returned object.) Okay... Actually this is a structure in the BIOS and the actual method we call is SPLC. The SPLC method may return one item from this table, or something entirely different, possible one of the three values depending on a configuration option or so. Can you to find and send me the actual SPLC method that we call, from your BIOS? -- Cheers, Luca.