On Thu, 9 Oct 2003, Jacky Lam wrote:
> Dear all,
>
> Could anyone give me some notes/idea what should be take care to port an
> x86 PCI card driver to powerpc walnut platform? I try several
> cards(ethernet, audio) which run well on my PC by cross-compiling the
> drivers. They can be recognize
Dear all,
I tried to bring up a ES1371 audio card on Walnut evaluation board. It
is recognized successfully and the content of registers are dumped and find
to be the same as that found on PC. But it doesn't work because I can't
receive any interrupt from the card to show the completion of DM
On Thu, Oct 09, 2003 at 12:11:09PM +0800, Jacky Lam wrote:
>
> Dear all,
>
> Could anyone give me some notes/idea what should be take care to port an
> x86 PCI card driver to powerpc walnut platform? I try several
> cards(ethernet, audio) which run well on my PC by cross-compiling the
> driver
Andreas Oberritter wrote:
> On Wed, 2003-10-08 at 14:54, Omanakuttan wrote:
>
>>A google search on cyberpro 5202 chipset drivers on linux did not
>>produce any significant result. I may have to write the drivers for
>>this, so any input is welcome. Any help/hints on other cyberpro 50xx
>>chipsets
Hi:
We use a mpc860t based board (2.4.20 kernel) and the addresses
beyond 0xf000 are io-remapped. In driver space, to access memory
mapped devices beyond this address i have some simple routines like
in8/in16/in32 and out8/out16/out32 which basically use val = *addr or
*addr = val kind of acc
Hi,
A google search on cyberpro 5202 chipset drivers on linux did not
produce any significant result. I may have to write the drivers for
this, so any input is welcome. Any help/hints on other cyberpro 50xx
chipsets are also welcome.
Thanks,
om.
** Sent via the linuxppc-embedded mail list. See
Hi Lokesh,
> Does anybody know of a driver for an external 16550 memory mapped uart
> driver for an mpc855 based board? Any help is appreciated?
Have a look at linuxppc_2_4_devel at DENX CVS between LABEL_2003_03_11_2055 and
LABEL_2003_03_11_2110.
This extension (for our board called DAB4K) mak
On Sat, Sep 06, 2003 at 11:20:11PM +1000, Paul Mackerras wrote:
>
> Eugene Surovegin writes:
> > I think we should disable prefetch if CONFIG_NONCOHERENT_CACHE is defined.
> > Other more complex solutions are possible, e.g. we can still prefetch our
> > own buffer but don't touch anything outside
Thanks for your reply,
I am using serial.c from denx 2.4.4 kernel, for creating a module called
serial.o for my 16550 external uart. I made the modifications suggested by
you. However, what I do not understand is -
what is TTY2_MAJOR? Why is it required?
what device node am I supposed to create?
Hi there,
I wonder to which extend Motorola's MPC5200 is supported by now.
I know www.denx.de has a tree in its CVS server. Is everything supported yet?
What about BitKeeper? Will there be support for this processor in the 2.4
series?
Which compiler do I need to use its floating point capabil
Hi,
I have been investigating a problem with the 8xx_io/uart.c driver included
in Denx's 2.4.4 kernel. We have a system where under certain circumstances,
the MPC855's SCC locks up when a large amount of noise is received by it.
The problem occurs just after pppd opens the SCC port.
I can preven
11 matches
Mail list logo