>[EMAIL PROTECTED] wrote: >> >> To get the pcmcia ibmtr driver (ibmtr/ibmtr_cs) working on ppc, all the >> isa_read/write's have to be changed to regular read/write due to the lack >> of the isa_read/write functions for ppc. > Treat it like a PCI device and use ioremap(). Then change isa_readl() > to readl() etc. Bleurgh, the latest version of the driver (not in the kernel yet) searches for turbo based cards by checking the isa address space from 0xc0000 - 0xe0000 in 8k chunks. So we'd have to ioremap each 8k section, check it, find out the adapter isn't there and then iounmap it. Oh well, if that's what it takes =:0 Mike - 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/
- isa_read/write not available on ppc - solution su... mike_phillips
- Re: isa_read/write not available on ppc - so... Alan Cox
- Re: isa_read/write not available on ppc ... Brian Gerst
- Re: isa_read/write not available on ppc - so... Brian Gerst
- Re: isa_read/write not available on ppc - so... Geert Uytterhoeven
- Re: isa_read/write not available on ppc - so... Arnaldo Carvalho de Melo
- Re: isa_read/write not available on ppc - so... mike_phillips
- Re: isa_read/write not available on ppc ... Linus Torvalds
- Re: isa_read/write not available on ... Russell King
- Re: isa_read/write not available... Linus Torvalds
- Re: isa_read/write not avai... Russell King
- Re: isa_read/write not ... Linus Torvalds
- Re: isa_read/write ... Jonathan Lundell
- Re: isa_read/write not available on ... Paul Mackerras
- Re: isa_read/write not available... Benjamin Herrenschmidt
- Re: isa_read/write not available on ... Geert Uytterhoeven
- Re: isa_read/write not available on ppc - so... mike_phillips