IO_BASE woes.

Dan Malek dan at embeddededge.com
Thu Dec 6 06:20:24 EST 2001


Ralph Blach wrote:


> Along with the PCI, this spells a lot of rewrite of code.

Well, I wouldn't say lots.

A properly written PCI driver isn't an issue, since it shouldn't
use in/out with IO_BASE any more, especially on PowerPC.  When
you stumble into drivers that don't do this, they should be modified
and changes submitted to the author.

For "ISA" chips on processor busses, you just need to get into the
habit of doing something similar as we should be doing with PCI.
Simply ioremap the address and use the I/O memory read/write operations.
I regularly do this, it only requires changes to a few lines of code,
and sometimes the authors will actually accept the changes.

> The concept of an IO_base seems a little dated.

Yep.  I don't use it any more on any PowerPC embedded systems.

Memory mapped I/O is your friend.  Use it and prosper.


	-- Dan


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/





More information about the Linuxppc-dev mailing list