CPM2 reports CRC errors in FCC2 for good packets

2005-07-08 Thread Bastos Fernandez Alexandre
Hi, Finally I got the problem solved. It was a hardware issue, due mainly to my unknowledge. For future archives searches ... the RX_ER line is reported by CPM2 as a CRC error. And floating RX_ER is detected as active. Best regards, Alex Bastos > -Original Message- > Hi guys, > > I am

MPC8280 Support for Linux 2.4.25 and up?

2005-07-08 Thread Wolfgang Denk
In message <20050707234210.GA24326 at mail19d.g19.rapidsite.net> you wrote: > > Are there any known issues with Linux 2.4.25 and supporting the MPC8280 CPU? No. > I have seen some posts in the past, and tried Google'ing for a patch for CPU > support, but have only seen tidbits... Seen some suppo

AW: PPC440GX IBM EMAC2/3 RGMII mode selection

2005-07-08 Thread David Grab
I solved the PHY assertion with my board specific function. Thanks to Travis B. Sawyer for this hint. if (i < 2) { emacdata->phy_map = 0x; emacdata->phy_mode = PHY_MODE_NA; } else {

¢©¿ï¾Ü³ÌÀuªº¯Ó§÷« ~½è¡ã¨ìªá¥P¤l·Ç¨S¿ù ¢ª

2005-07-08 Thread �L�����ӧ� Corona
An HTML attachment was scrubbed... URL: http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20050708/62661d5b/attachment.htm

PPC440GX IBM EMAC2/3 RGMII mode selection

2005-07-08 Thread Eugene Surovegin
On Fri, Jul 08, 2005 at 01:14:54PM +0200, David Grab wrote: > I solved the PHY assertion with my board specific function. Thanks to Travis > B. Sawyer for this hint. > > if (i < 2) { > emacdata->phy_map = 0x; > emacdata->phy_mode =

remap_page_range not resolved

2005-07-08 Thread Ralph Siemsen
Kumar Gala wrote: > This is probably due to the change of remap_page_range to > remap_pfn_range. I forget the exact kernel version this was changed in. It just happened in 2.6.12. http://lwn.net/Articles/129480/ -R