Peter> does somebody have a hint where to find an example how to
Peter> talk to devices attached to the ppc440 external bus
Peter> controller
I don't know of public example code but in general it is pretty easy.
Just set up the EBC registers to map your device into some unused
address space, and then use ioremap() and friends to access the bus.
- R.