[PATCH] Fix attempts to use 16-bit PCMCIA w/o CONFIG_IDE

From: Taral (taral@taral.net)
Date: Sun Jul 27 2003 - 23:08:39 EST


Using 16-bit PCMCIA drivers on a kernel compiled without CONFIG_IDE
results in very weird errors. This patch makes the errors a little less
strange. I suspect the correct solution may involve having 16-bit
drivers depend on CONFIG_IDE...

--- 1.29/drivers/pcmcia/cs.c Fri May 30 00:42:33 2003
+++ edited/drivers/pcmcia/cs.c Mon Jun 2 00:32:07 2003
@@ -1980,6 +1980,9 @@
             irq = req->IRQInfo1 & IRQ_MASK;
             ret = try_irq(req->Attributes, irq, 1);
         }
+#else
+ } else {
+ ret = CS_UNSUPPORTED_MODE;
 #endif
     }
     if (ret != 0) return ret;

-- 
Taral <taral@taral.net>
This message is digitally signed. Please PGP encrypt mail to me.
"Most parents have better things to do with their time than take care of
their children." -- Me


- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Jul 31 2003 - 22:00:34 EST