Re: New resources - pls, explain :-(

Paul Mackerras (paulus@cs.anu.edu.au)
Fri, 13 Aug 1999 15:00:10 +1000


Linus Torvalds <torvalds@transmeta.com> wrote:

> readl() is for things that want to look like PCI (ie subsets of PCI like
> ISA and ISA PnP, or "look-alikes" of PCI like MCA).

OK, that's indeed useful to know, thanks.

In your opinion, should there be a guarantee that accesses initiated
by readl/writel/etc. will not be reordered?

Alternatively, should device driver writers be required to put in an
explicit statement (mb() or something similar) when they use
readl/writel/etc. and want to prevent the accesses being reordered?

Thanks,
Paul.

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