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 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