Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1316592 > unrolled thread

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

Started byWilliam Breathitt Gray <vilhelm.gray@gmail.com>
First post2016-01-25 13:10 +0100
Last post2016-01-25 13:10 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [lkp] [base] 9ea71534ad:  kmsg.Diva:No_ISA,ISAPNP_or_PCI_card_found William Breathitt Gray <vilhelm.gray@gmail.com> - 2016-01-25 13:10 +0100

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

FromWilliam Breathitt Gray <vilhelm.gray@gmail.com>
Date2016-01-25 13:10 +0100
SubjectRe: [lkp] [base] 9ea71534ad: kmsg.Diva:No_ISA,ISAPNP_or_PCI_card_found
Message-ID<qUO82-3Gp-17@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web