linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix attempts to use 16-bit PCMCIA w/o CONFIG_IDE
@ 2003-07-28  4:08 Taral
  0 siblings, 0 replies; only message in thread
From: Taral @ 2003-07-28  4:08 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 768 bytes --]

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

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-07-28  3:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-28  4:08 [PATCH] Fix attempts to use 16-bit PCMCIA w/o CONFIG_IDE Taral

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).