8260 ethernet driver multicast problem

2005-12-14 Thread Robin Mathew
Hi, I was encountering a problem with the receipt of multicast packets from eth interface in 8260 platform. The issue was traced to the fcc_enet.c driver. A stray return in the set_multicast_list function was the culprit. The following is the changes that I have made- Index: fcc_enet.c @@ -1488,7

8260 ethernet driver multicast problem

2005-12-15 Thread Robin Mathew
ubject: Re: 8260 ethernet driver multicast problem > To: Robin Mathew > Cc: linuxppc-embedded at ozlabs.org > Message-ID: <43A03821.6040206 at intracom.gr> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Robin Mathew wrote: > > Hi, > > I was encount

x86 gdb with ppc8xx gdbserver

2005-12-18 Thread Robin Mathew
Hi, We are trying to setup gdbserver and gdb for target debugging. We were able to connect and debug with eldk's ppc8xx/gdb and ppc8xx gdbserver without any issues. But I am not able to compile gdb in x86 for ppc8xx target. Can you please point to some source tree of gdb that can be compiled for x

QMC driver

2005-10-09 Thread Robin Mathew
Hi, Can anybody tell me from where i can get hold of a QMC(for MPC 8247) driver for linux 2.4? Thanks in advance.. Regards, +Robin

SCC QMC driver for 8247

2005-11-10 Thread Robin Mathew
Hello: We are working on implementing driver for SCC operating in QMC mode that supports multiple HDLC channels. The details of the system we are using are the following. CPU Version = 8247 based on 82xx family of processor(PVR 80822014) The Linux OS Version = DENKS Linux version 2.4.20. The Pe