Subject: Re: Current EFIKA status?
To: port-ofppc@netbsd.org, Jonathan Schleifer <js@h3c.de>
From: Jochen Kunz <jkunz@unixag-kl.fh-kl.de>
List: port-ofppc
Date: 10/04/2007 17:50:24
On Thu, 4 Oct 2007 16:53:19 +0200
Jonathan Schleifer <js@h3c.de> wrote:

> If not, what has to be done?
Mostly support for the on-chip IO. The on-chip IO is not PCI so you will
need a bus_space(9) and bus_dma(9) backend. This should not be too hard,
there are generic PPC core routines that you can use to build suitable
bus_space(9) and bus_dma(9) backends. You will also need support for the
interrupt contoler of the EFIKA.

> but my PPC assembly knowledge is very limited.
Most likely you will get away without any assembly. At least in the
bus_space(9) and bus_dma(9) part, as you can use existing routines.
--=20


tsch=FC=DF,
       Jochen

Homepage: http://www.unixag-kl.fh-kl.de/~jkunz/