patch to yenta.c breaks IBM thinkpad 600E

From: Anton Blanchard (anton@linuxcare.com)
Date: Wed Aug 02 2000 - 20:29:34 EST


Hi,

I had to revert the change made to yenta.c or my thinkpad would lock up
at boot and give nasty ide dma timeout errors.

Anton

--- linux/drivers/pcmcia/yenta.c Fri Jul 28 10:41:25 2000
+++ linux_intel/drivers/pcmcia/yenta.c Wed Aug 2 17:36:04 2000
@@ -699,7 +699,7 @@
         min = PCIBIOS_MIN_MEM; max = ~0U;
         if (type & IORESOURCE_IO) {
                 align = 1024;
- size = 1024;
+ size = 256;
                 min = PCIBIOS_MIN_IO;
                 max = 0xffff;
         }

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



This archive was generated by hypermail 2b29 : Mon Aug 07 2000 - 21:00:10 EST