Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1316592
| From | William Breathitt Gray <vilhelm.gray@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [lkp] [base] 9ea71534ad: kmsg.Diva:No_ISA,ISAPNP_or_PCI_card_found |
| Date | 2016-01-25 13:10 +0100 |
| Message-ID | <qUO82-3Gp-17@gated-at.bofh.it> (permalink) |
| References | <qUF4K-5sN-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
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
csiph-web