projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b0abcc
)
disabled shared interrupt for daqcard-1200
author
Frank Mori Hess
<fmhess@speakeasy.net>
Thu, 28 Mar 2002 05:26:45 +0000
(
05:26
+0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Thu, 28 Mar 2002 05:26:45 +0000
(
05:26
+0000)
comedi/drivers/ni_labpc.c
patch
|
blob
|
history
diff --git
a/comedi/drivers/ni_labpc.c
b/comedi/drivers/ni_labpc.c
index 556cb69b7b9cebfb221ad319cdd9291322741af2..1bd20c7a0245792c0fa5760e06c3aed4f79ce2a3 100644
(file)
--- a/
comedi/drivers/ni_labpc.c
+++ b/
comedi/drivers/ni_labpc.c
@@
-615,8
+615,12
@@
static int labpc_attach(comedi_device *dev, comedi_devconfig *it)
if(irq)
{
isr_flags = 0;
- if((thisboard->bustype == pci_bustype) ||
- (thisboard->bustype == pcmcia_bustype))
+ if((thisboard->bustype == pci_bustype)
+#if 0
+ // I'm fairly sure the daqcard-1200 interrupt cannot be shared
+ || (thisboard->bustype == pcmcia_bustype)
+#endif
+ )
isr_flags |= SA_SHIRQ;
if(comedi_request_irq( irq, labpc_interrupt, isr_flags, driver_labpc.driver_name, dev))
{