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
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
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 {
An HTML attachment was scrubbed...
URL:
http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20050708/62661d5b/attachment.htm
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 =
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