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

Brian Gerst (bgerst@didntduck.org)
Tue, 01 May 2001 10:50:57 -0400


Alan Cox wrote:
>
> > a) change everything to read/write and friends (the way the driver used to
> > be before the isa_read/write function were introduced)
>
> readb/readw/readl have always worked for ISA bus. They simply avoid the need
> for ioremap and are meant for lazy porting

You meant isa_read* were for lazy porting. read* require ioremap be
done before hand, even for ISA.

--

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/