Bug 88651 - addi_apci_1500 spams the log
Summary: addi_apci_1500 spams the log
Status: RESOLVED CODE_FIX
Alias: None
Product: Drivers
Classification: Unclassified
Component: Staging (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: Alan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-21 17:06 UTC by georg
Modified: 2014-12-14 07:48 UTC (History)
1 user (show)

See Also:
Kernel Version: v3.17.3 from Linus tree
Subsystem:
Regression: No
Bisected commit-id:


Attachments
pci configuration of hardware (6.41 KB, text/plain)
2014-11-21 17:06 UTC, georg
Details
Kernel config (107.55 KB, application/octet-stream)
2014-11-21 17:07 UTC, georg
Details
Patch to fix bogus shared IRQ spewage (1.10 KB, application/x-troff-man)
2014-12-08 21:31 UTC, Alan
Details

Description georg 2014-11-21 17:06:43 UTC
Created attachment 158361 [details]
pci configuration of hardware

I added the ADDI-DATA Card to my configuration to play with comedi. 

07:05.0 Unassigned class [ff00]: Applied Micro Circuits Corp. APCI1500 Signal processing controller (16 dig. inputs + 16 dig. outputs)
        Kernel driver in use: addi_apci_1500
        Kernel modules: addi_apci_1500

Now the dmesg log get spammed with the following messages:

---
[10308.023276] addi_apci_1500 0000:07:05.0: Interrupt from unknown source
[10308.127282] addi_apci_1500 0000:07:05.0: Interrupt from unknown source
[10308.143233] addi_apci_1500 0000:07:05.0: Interrupt from unknown source
[10308.407128] addi_apci_1500 0000:07:05.0: Interrupt from unknown source
[10308.479084] addi_apci_1500 0000:07:05.0: Interrupt from unknown source
[10308.495051] addi_apci_1500 0000:07:05.0: Interrupt from unknown source
[10308.583024] addi_apci_1500 0000:07:05.0: Interrupt from unknown source
[10308.662986] addi_apci_1500 0000:07:05.0: Interrupt from unknown source
[10308.678949] addi_apci_1500 0000:07:05.0: Interrupt from unknown source
[10308.734944] addi_apci_1500 0000:07:05.0: Interrupt from unknown source
[10308.790911] addi_apci_1500 0000:07:05.0: Interrupt from unknown source
[10308.806878] addi_apci_1500 0000:07:05.0: Interrupt from unknown source
[10308.958822] addi_apci_1500 0000:07:05.0: Interrupt from unknown source
----

Right now there is absolutly no application running which would access the /dev/comedi0 device file.
Comment 1 georg 2014-11-21 17:07:16 UTC
Created attachment 158371 [details]
Kernel config
Comment 2 Alan 2014-12-08 21:31:22 UTC
Created attachment 160101 [details]
Patch to fix bogus shared IRQ spewage
Comment 3 Alan 2014-12-08 21:31:39 UTC
Please let me know if that fixes your problem.
Comment 4 georg 2014-12-14 07:48:28 UTC
Hello Alan,
Thank you! This patch applied on v3.18 did solve the issue. 
Georg

Note You need to log in before you can comment on or make changes to this bug.