I messed up the #ifdefs on the previous commit. Sorry!
authorIan Abbott <abbotti@mev.co.uk>
Fri, 8 Oct 2010 09:59:20 +0000 (09:59 +0000)
committerIan Abbott <abbotti@mev.co.uk>
Fri, 8 Oct 2010 09:59:20 +0000 (09:59 +0000)
comedi/drivers/cb_das16_cs.c
comedi/drivers/das08_cs.c
comedi/drivers/ni_daq_700.c
comedi/drivers/ni_daq_dio24.c
comedi/drivers/ni_labpc_cs.c
comedi/drivers/ni_mio_cs.c
comedi/drivers/quatech_daqp_cs.c

index 3e36fb46224904f0b72d80615bec2ca8e788d6a2..bd27585f6423109e7b9a3fca33a2a75b95a9bca8 100644 (file)
@@ -194,7 +194,7 @@ static int das16cs_attach(comedi_device * dev, comedi_devconfig * it)
        printk("\n");
 
        ret = comedi_request_irq(
-#ifdef COMEDI_HAVE_CS_IRQ_REQ_T
+#ifdef CONFIG_COMEDI_HAVE_CS_IRQ_REQ_T
                link->irq.AssignedIRQ,
 #else
                link->irq,
@@ -204,7 +204,7 @@ static int das16cs_attach(comedi_device * dev, comedi_devconfig * it)
        if (ret < 0) {
                return ret;
        }
-#ifdef COMEDI_HAVE_CS_IRQ_REQ_T
+#ifdef CONFIG_COMEDI_HAVE_CS_IRQ_REQ_T
        dev->irq = link->irq.AssignedIRQ;
 #else
        dev->irq = link->irq;
@@ -703,7 +703,7 @@ static dev_info_t dev_info = "cb_das16_cs";
 
 typedef struct local_info_t {
        struct pcmcia_device *link;
-#ifdef COMEDI_HAVE_DS_DEV_NODE_T
+#ifdef CONFIG_COMEDI_HAVE_DS_DEV_NODE_T
        dev_node_t node;
 #endif
        int stop;
@@ -933,7 +933,7 @@ static void das16cs_pcmcia_config(struct pcmcia_device *link)
        }
 #endif
 
-#ifdef COMEDI_HAVE_CS_IRQ_REQ_T
+#ifdef CONFIG_COMEDI_HAVE_CS_IRQ_REQ_T
        /*
           Allocate an interrupt line.  Note that this does not assign a
           handler to the interrupt, unless the 'Handler' member of the
index f72df3eaa9e097faf42167995e8621e11af4a589..9f8110b7ba92d7a1e55bff73d503f00fb8239aa1 100644 (file)
@@ -159,7 +159,7 @@ static const dev_info_t dev_info = "pcm-das08";
 
 typedef struct local_info_t {
        struct pcmcia_device *link;
-#ifdef COMEDI_HAVE_DS_DEV_NODE_T
+#ifdef CONFIG_COMEDI_HAVE_DS_DEV_NODE_T
        dev_node_t node;
 #endif
        int stop;
@@ -414,7 +414,7 @@ static void das08_pcmcia_config(struct pcmcia_device *link)
        }
 #endif
 
-#ifdef COMEDI_HAVE_CS_IRQ_REQ_T
+#ifdef CONFIG_COMEDI_HAVE_CS_IRQ_REQ_T
        if (link->conf.Attributes & CONF_ENABLE_IRQ) {
 #ifndef CONFIG_COMEDI_HAVE_PCMCIA_LOOP_TUPLE
                last_fn = RequestIRQ;
index 29701b859aa9632b002f4644a64bcd3aea1b171d..9e2d9fcccf7ad92631f6705565ba2b65096a48e9 100644 (file)
@@ -372,7 +372,7 @@ static int dio700_attach(comedi_device * dev, comedi_devconfig * it)
                        return -EIO;
                iobase = link->io.BasePort1;
 #ifdef incomplete
-#ifdef COMEDI_HAVE_CS_IRQ_REQ_T
+#ifdef CONFIG_COMEDI_HAVE_CS_IRQ_REQ_T
                irq = link->irq.AssignedIRQ;
 #else
                irq = link->irq;
@@ -484,7 +484,7 @@ static const dev_info_t dev_info = "ni_daq_700";
 
 typedef struct local_info_t {
        struct pcmcia_device *link;
-#ifdef COMEDI_HAVE_DS_DEV_NODE_T
+#ifdef CONFIG_COMEDI_HAVE_DS_DEV_NODE_T
        dev_node_t node;
 #endif
        int stop;
@@ -798,7 +798,7 @@ static void dio700_config(struct pcmcia_device *link)
        }
 #endif
 
-#ifdef COMEDI_HAVE_CS_IRQ_REQ_T
+#ifdef CONFIG_COMEDI_HAVE_CS_IRQ_REQ_T
        /*
           Allocate an interrupt line.  Note that this does not assign a
           handler to the interrupt, unless the 'Handler' member of the
index 41e978450587806cc34580c73e117963938dd97e..ca7b37bcb48d445a54864f17ebb76f7de67d1014 100644 (file)
@@ -241,7 +241,7 @@ static const dev_info_t dev_info = "ni_daq_dio24";
 
 typedef struct local_info_t {
        struct pcmcia_device *link;
-#ifdef COMEDI_HAVE_DS_DEV_NODE_T
+#ifdef CONFIG_COMEDI_HAVE_DS_DEV_NODE_T
        dev_node_t node;
 #endif
        int stop;
@@ -555,7 +555,7 @@ static void dio24_config(struct pcmcia_device *link)
        }
 #endif
 
-#ifdef COMEDI_HAVE_CS_IRQ_REQ_T
+#ifdef CONFIG_COMEDI_HAVE_CS_IRQ_REQ_T
        /*
           Allocate an interrupt line.  Note that this does not assign a
           handler to the interrupt, unless the 'Handler' member of the
index ab250e93e141d28a7aea07f354bfbabc7d23b695..1740e3e2a5c8dd5d0ad937ce61e8c8fd58aa7de6 100644 (file)
@@ -220,7 +220,7 @@ static const dev_info_t dev_info = "daqcard-1200";
 
 typedef struct local_info_t {
        struct pcmcia_device *link;
-#ifdef COMEDI_HAVE_DS_DEV_NODE_T
+#ifdef CONFIG_COMEDI_HAVE_DS_DEV_NODE_T
        dev_node_t node;
 #endif
        int stop;
@@ -530,7 +530,7 @@ static void labpc_config(struct pcmcia_device *link)
        }
 #endif
 
-#ifdef COMEDI_HAVE_CS_IRQ_REQ_T
+#ifdef CONFIG_COMEDI_HAVE_CS_IRQ_REQ_T
        /*
           Allocate an interrupt line.  Note that this does not assign a
           handler to the interrupt, unless the 'Handler' member of the
index 58c9d0450d675da623536fc798346ae55dc8df89..e1c567a373677d39abf598b532e148bb8a95203a 100644 (file)
@@ -260,7 +260,7 @@ static void cs_detach(struct pcmcia_device *);
 
 static struct pcmcia_device *cur_dev = NULL;
 static const dev_info_t dev_info = "ni_mio_cs";
-#ifdef COMEDI_HAVE_DS_DEV_NODE_T
+#ifdef CONFIG_COMEDI_HAVE_DS_DEV_NODE_T
 static dev_node_t dev_node = {
        "ni_mio_cs",
        COMEDI_MAJOR, 0,
@@ -430,7 +430,7 @@ static void mio_cs_config(struct pcmcia_device *link)
        link->irq.IRQInfo1 = parse.cftable_entry.irq.IRQInfo1;
        link->irq.IRQInfo2 = parse.cftable_entry.irq.IRQInfo2;
 #endif
-#ifdef COMEDI_HAVE_CS_IRQ_REQ_T
+#ifdef CONFIG_COMEDI_HAVE_CS_IRQ_REQ_T
        ret = pcmcia_request_irq(link, &link->irq);
        if (ret) {
                printk("pcmcia_request_irq() returned error: %i\n", ret);
index 1e5da6ff4489b4279dc8b6574e061dba7173b999..2d92ce9c4d8018aeb56cbe942726fe8d2600ad4d 100644 (file)
@@ -81,7 +81,7 @@ static char *version = "quatech_daqp_cs.c 1.10 2003/04/21 (Brent Baccala)";
 
 typedef struct local_info_t {
        struct pcmcia_device *link;
-#ifdef COMEDI_HAVE_DS_DEV_NODE_T
+#ifdef CONFIG_COMEDI_HAVE_DS_DEV_NODE_T
        dev_node_t node;
 #endif
        int stop;
@@ -1333,14 +1333,14 @@ static void daqp_cs_config(struct pcmcia_device *link)
           handler to the interrupt, unless the 'Handler' member of the
           irq structure is initialized.
         */
-#ifdef COMEDI_HAVE_CS_IRQ_REQ_T
+#ifdef CONFIG_COMEDI_HAVE_CS_IRQ_REQ_T
        if (link->conf.Attributes & CONF_ENABLE_IRQ)
 #endif
        {
 #ifndef CONFIG_COMEDI_HAVE_PCMCIA_LOOP_TUPLE
                last_fn = RequestIRQ;
 #endif
-#ifdef COMEDI_HAVE_CS_IRQ_REQ_T
+#ifdef CONFIG_COMEDI_HAVE_CS_IRQ_REQ_T
                last_ret = pcmcia_request_irq(link, &link->irq);
 #else
                last_ret = pcmcia_request_irq(link, daqp_interrupt);