Re: isa_read/write not available on ppc - solution suggestions ??

From: Brian Gerst (bgerst@didntduck.org)
Date: Tue May 01 2001 - 09:36:02 EST


mike_phillips@urscorp.com 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.

--

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



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