Fix for PowerPC. I'd bet it breaks i386.
authorDavid Schleef <ds@schleef.org>
Thu, 26 Jul 2001 13:16:15 +0000 (13:16 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 26 Jul 2001 13:16:15 +0000 (13:16 +0000)
comedi/drivers/ni_mio_cs.c

index 3d87161697e55124122241d0baaed299fcd4828e..dcee4e54c9658ca0d9b889aca0476457af3b59be 100644 (file)
@@ -434,7 +434,7 @@ void mio_cs_config(dev_link_t *link)
 
        {
                int base;
-               for(base=0x300;base<0x400;base+=0x20){
+               for(base=0x000;base<0x400;base+=0x20){
                        link->io.BasePort1=base;
                        ret=CardServices(RequestIO, handle, &link->io);
                        //printk("RequestIO 0x%02x\n",ret);