Re: ioremap() and CONFIG_SWAP_IO_SPACE

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Oct 19, 2004 at 12:45:59PM +0200, Thomas Koeller wrote:

> Well, the ioremap() man page uses the term 'bus memory';
> there is no reference to PCI at all. I guess there could
> be multiple buses on one machine with different byte swapping
> requirements? There is also an article written by alan cox
> (http://www.kernelnewbies.org/documents/kdoc/deviceiobook.pdf)
> that describes ioremap() as a general mechanism of accessing
> memory-mapped io devices, with no reference to PCI at all.
> 
> Anyway, if ioremap() and readx()/writex() are for PCI memory
> access only, how am I supposed to access memory-mapped io
> devices that are not on a PCI bus?

If the standard readX() / writeX() functions don't suffice for some reason
then a bus specific versions in a separate header file are needed.

An example are the ISA versions.  For compatibility with super old
versions from before ioremap or where things on i386 at least seemed to
work without ioremap a special isa_readX() / isa_writeX() is supplied.
Again for compatibility reasons these macros are defined in <asm/io.h>,
not in a separate header file.

> Basler Vision Technologies
> An der Strusbek 60-62
> 22926 Ahrensburg
> Germany

Oh, not in Basel :-)

  Ralf


[Index of Archives]     [Linux MIPS Home]     [LKML Archive]     [Linux ARM Kernel]     [Linux ARM]     [Linux]     [Git]     [Yosemite News]     [Linux SCSI]     [Linux Hams]

  Powered by Linux