Re: Updated 2.4 TODO List - more on PCI resources...

From: Linus Torvalds (torvalds@transmeta.com)
Date: Wed Oct 11 2000 - 13:26:01 EST


On Wed, 11 Oct 2000, Dag B wrote:
>
> Tested with:
> 2.2.18pre15 + pcmcia-cs 3.1.21
> 2.4.0-test9/10p1

Can you do another test with this (ie in-kernel pcmcia), AND enable
debugging in both drivers/pci/pci.c and in arch/i386/kernel/pci-i386.h (in
both cases, just change the #undef DEBUG to a #define DEBUG and recompile
the kernel).

In addition, you might want to change the yenta_allocate_res() thing in
drivers/pcmcia/yenta.c to allocate more than 4MB of PCI memory window.
Change the line that says

        align = size = 4*1024*1024;

to something like

        align = size = 32*1024*1024;

and see if that makes any difference.. But the DEBUG output is the most
interesting part.

                Linus

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



This archive was generated by hypermail 2b29 : Sun Oct 15 2000 - 21:00:19 EST