"Ronald G. Minnich" wrote:
On Mon, 24 Jan 2000, Jeff Garzik wrote:
ioremap is a linux kernel function. are you using readb() and writeb() to access the token (not pointer!) returned from ioremap_nocache?
yes but ... note that in asm/io.h, there's no real difference on the pentium between readb and writeb and just using __va of the token.
Right, but if you already use readb/writeb it doesn't matter what platform or CPU on which you are running.