2003-07-28 03:53:29

by Taral

[permalink] [raw]
Subject: [PATCH] Fix attempts to use 16-bit PCMCIA w/o CONFIG_IDE

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 <[email protected]>
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


Attachments:
(No filename) (745.00 B)
(No filename) (189.00 B)
Download all attachments