linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Johns Daniel <johns.daniel@gmail.com>
To: linuxppc-dev@ozlabs.org
Subject: Re: TSEC/MDIO bug in recent kernels
Date: Tue, 10 Mar 2009 17:55:49 -0500	[thread overview]
Message-ID: <ba5d9360903101555o3d6f5932k9292a006328c7161@mail.gmail.com> (raw)
In-Reply-To: <ba5d9360903101553h3cf7c33ex639999803655c440@mail.gmail.com>

(I did not get to complete the message!)

For those of you who are running into this error:
        24520:01 not found
        eth0: Could not attach to PHY
        IP-Config: Failed to open eth0
        IP-Config: Device `eth0' not found.

There is a bug in recent kernels. I found it in 2.6.28.7:
        linux/arch/powerpc/sysdev/fsl_soc.c:
for_each_compatible_node(np, "mdio", "gianfar");
should be:
        linux/arch/powerpc/sysdev/fsl_soc.c:
for_each_compatible_node(np, "mdio", "gianfar")

Note that the semicolon should not be there!

-- Johns

  reply	other threads:[~2009-03-10 23:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-10 22:53 TSEC/MDIO bug in recent kernels Johns Daniel
2009-03-10 22:55 ` Johns Daniel [this message]
2009-03-10 23:57   ` Grant Likely

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ba5d9360903101555o3d6f5932k9292a006328c7161@mail.gmail.com \
    --to=johns.daniel@gmail.com \
    --cc=linuxppc-dev@ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).