Linus Torvalds writes: > I would suggest the opposite approach instead: make the PPC just support > isa_readx/isa_writex instead. We can certainly do that, no problem. BUT that won't get a token ring pcmcia card working in the newer powerbooks, such as the titanium G4 powerbook, because the PCI host bridge doesn't map any cpu addresses to the bottom 16MB of PCI memory space. This is not a problem as far as pcmcia cards are concerned - the pcmcia stuff just picks an appropriate address (typically in the range 0x90000000 - 0x9fffffff) and sets the pcmcia/cardbus bridge to map that to the card. But it means that the physical addresses for the card's memory space will be above the 16MB point, so it is essential to do the ioremap. Paul. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Re: isa_read/write not available on ppc - solutio... Brian Gerst
- Re: isa_read/write not available on ppc - solutio... Geert Uytterhoeven
- Re: isa_read/write not available on ppc - solutio... Arnaldo Carvalho de Melo
- Re: isa_read/write not available on ppc - solutio... mike_phillips
- Re: isa_read/write not available on ppc - so... Linus Torvalds
- Re: isa_read/write not available on ppc ... Russell King
- Re: isa_read/write not available on ... Linus Torvalds
- Re: isa_read/write not available... Russell King
- Re: isa_read/write not avai... Linus Torvalds
- Re: isa_read/write not ... Jonathan Lundell
- Re: isa_read/write not available on ppc ... Paul Mackerras
- Re: isa_read/write not available on ... Benjamin Herrenschmidt
- Re: isa_read/write not available on ppc ... Geert Uytterhoeven
- Re: isa_read/write not available on ppc - solutio... mike_phillips
- Re: isa_read/write not available on ppc - solutio... mike_phillips
- Re: isa_read/write not available on ppc - so... Anton Blanchard