linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Tom Rini <trini@kernel.crashing.org>
To: Rune Torgersen <runet@innovsys.com>
Cc: linuxppc-embedded@lists.linuxppc.org
Subject: Re: Netconsole on 8260
Date: Fri, 2 Jul 2004 08:51:57 -0700	[thread overview]
Message-ID: <20040702155157.GF15960@smtp.west.cox.net> (raw)
In-Reply-To: <DCEAAC0833DD314AB0B58112AD99B93B06DB1E@ismail.innsys.innovsys.com>


On Fri, Jul 02, 2004 at 10:43:11AM -0500, Rune Torgersen wrote:

> As far as I could see, the only thing needed to support the netpoll API
> was to add a poll function that would call the interrupt driver. I did
> that. Console does not get dumped to ethertnet
>
> According to wat gets printed, netconsole  init aborts when it does not
> find a ethernet device.
> This is way later thatn parameter initialization, but still before FCC's
> are initialized (see kernel dump from original post), last line before I
> cut out some text says:

Ah yes, that's the other problem...  netconsole relies on link order to
be linked in after all other network drivers.  But since the cpm2 ones
are currently broken and live in arch/ppc, the link order is busted.

You can change netconsole from module_init to late_initcall(), but I
don't think you can convince upstream that this is the correct fix.

--
Tom Rini
http://gate.crashing.org/~trini/

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

  reply	other threads:[~2004-07-02 15:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-02 15:43 Netconsole on 8260 Rune Torgersen
2004-07-02 15:51 ` Tom Rini [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-07-02 16:18 Rune Torgersen
2004-07-01 22:17 Rune Torgersen
2004-07-02 15:37 ` Tom Rini

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=20040702155157.GF15960@smtp.west.cox.net \
    --to=trini@kernel.crashing.org \
    --cc=linuxppc-embedded@lists.linuxppc.org \
    --cc=runet@innovsys.com \
    /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).