Re: [lkp] [base] 9ea71534ad: kmsg.Diva:No_ISA,ISAPNP_or_PCI_card_found

From: William Breathitt Gray
Date: Mon Jan 25 2016 - 07:06:27 EST


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