From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============8627813136978608627==" MIME-Version: 1.0 From: William Breathitt Gray To: lkp@lists.01.org Subject: Re: [base] 9ea71534ad: kmsg.Diva:No_ISA, ISAPNP_or_PCI_card_found Date: Mon, 25 Jan 2016 07:06:20 -0500 Message-ID: <56A60FBC.7050107@gmail.com> In-Reply-To: <87r3h6bdhy.fsf@yhuang-dev.intel.com> List-Id: --===============8627813136978608627== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On 01/24/2016 09:26 PM, kernel test robot wrote: > FYI, we noticed the below changes on > = > https://github.com/0day-ci/linux William-Breathitt-Gray/base-isa-Remove-X= 86_32-dependency/20160123-003152 > commit 9ea71534addd0753b37b884b5d8a5fa54bfd95ea ("base: isa: Remove X86_3= 2 dependency") > = > With your commit, there are new message as follow in kernel log. > = > [ 5.405484] Diva: No ISA, ISAPNP or PCI card found > [ 5.405484] Diva: No ISA, ISAPNP or PCI card found > = > = > Thanks, > Ying Huang This commit introduces a new dependency for CONFIG_ISA: CONFIG_ISA_BUS. = Without CONFIG_ISA_BUS set, CONFIG_ISA cannot be set -- and as a result = CONFIG_ISAPNP cannot be set. Since the config file used left CONFIG_ISA_BUS unset, ISA and ISAPNP = support was left out of the kernel, thus resulting in the new Diva = warnings. William Breathitt Gray --===============8627813136978608627==-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757010AbcAYMGY (ORCPT ); Mon, 25 Jan 2016 07:06:24 -0500 Received: from mail-yk0-f173.google.com ([209.85.160.173]:35196 "EHLO mail-yk0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756869AbcAYMGW (ORCPT ); Mon, 25 Jan 2016 07:06:22 -0500 Subject: Re: [lkp] [base] 9ea71534ad: kmsg.Diva:No_ISA,ISAPNP_or_PCI_card_found To: kernel test robot References: <87r3h6bdhy.fsf@yhuang-dev.intel.com> Cc: lkp@01.org, LKML , 0day robot From: William Breathitt Gray X-Enigmail-Draft-Status: N1110 Message-ID: <56A60FBC.7050107@gmail.com> Date: Mon, 25 Jan 2016 07:06:20 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <87r3h6bdhy.fsf@yhuang-dev.intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/24/2016 09:26 PM, kernel test robot wrote: > FYI, we noticed the below changes on > > https://github.com/0day-ci/linux William-Breathitt-Gray/base-isa-Remove-X86_32-dependency/20160123-003152 > commit 9ea71534addd0753b37b884b5d8a5fa54bfd95ea ("base: isa: Remove X86_32 dependency") > > With your commit, there are new message as follow in kernel log. > > [ 5.405484] Diva: No ISA, ISAPNP or PCI card found > [ 5.405484] Diva: No ISA, ISAPNP or PCI card found > > > Thanks, > Ying Huang This commit introduces a new dependency for CONFIG_ISA: CONFIG_ISA_BUS. Without CONFIG_ISA_BUS set, CONFIG_ISA cannot be set -- and as a result CONFIG_ISAPNP cannot be set. Since the config file used left CONFIG_ISA_BUS unset, ISA and ISAPNP support was left out of the kernel, thus resulting in the new Diva warnings. William Breathitt Gray