From: Roger Luethi <rl@hellgate.ch>
To: kernel-janitors@vger.kernel.org
Subject: [Kernel-janitors] Re: 2.6.6: smc-ultra: eth%d message
Date: Sat, 29 May 2004 08:05:24 +0000 [thread overview]
Message-ID: <20040529080524.GA8950@k3.hellgate.ch> (raw)
On Fri, 28 May 2004 10:27:30 +0200, Németh Márton wrote:
> When I'm loading smc-ultra module with 'modprobe -k smc_ultra' using
> Linux 2.6.6 I get the following message in 'dmesg':
>
> smc-ultra.c: Presently autoprobing (not recommended) for a single card.
> smc-ultra.c: No ISAPnP cards found, trying standard ones...
> smc-ultra.c:v2.02 2/3/98 Donald Becker (becker@cesdis.gsfc.nasa.gov)
> eth%d: SMC Ultra at 0x280, 00 00 C0 78 C5 B6, IRQ 3 memory 0xd0000-0xd3fff.
>
> Using Linux kernel 2.4.25 the last line was correct, like this:
> eth0: SMC Ultra at 0x280, 00 00 C0 78 C5 B6, IRQ 3 memory 0xd0000-0xd3fff.
>
> I think the printk() in linux-2.6.6/drivers/net/smc-ultra.c:243 is buggy,
> but I do not have the knowledge how to correct this.
There are several drivers in 2.6 that use dev->name before calling
register_netdev(), which results in the "eth%d" messages you are seeing.
I've noticed this with mace.c as well (2.6.5 IIRC).
Maybe some KJ would like to pick that up?
Roger
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
next reply other threads:[~2004-05-29 8:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-29 8:05 Roger Luethi [this message]
2004-05-31 6:57 ` [Kernel-janitors] Re: 2.6.6: smc-ultra: eth%d message Németh Márton
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=20040529080524.GA8950@k3.hellgate.ch \
--to=rl@hellgate.ch \
--cc=kernel-janitors@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.