interrupt service routine -- stops interrupts on error
authorDavid Schleef <ds@schleef.org>
Thu, 1 Jun 2000 03:07:46 +0000 (03:07 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 1 Jun 2000 03:07:46 +0000 (03:07 +0000)
comedi/drivers/ni_mio_common.c

index e953454dc6649911f9d4db1e65009cdb5f0906e2..6b17704fe07cea3b7a002458019f79adcdb44402 100644 (file)
@@ -221,6 +221,7 @@ printk("A status=0x%04x\n",status);
 #endif
        if(status&(AI_Overrun_St|AI_Overflow_St)){
                rt_printk("ni_E: overrun/overflow status=0x%04x\n",status);
+               win_out(0x0000,Interrupt_A_Enable_Register);
                comedi_done(dev,s);
                return;
        }