netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* small e100 ethernet driver problem -> %d
@ 2003-05-20 14:03 Anatoly Pugachev
  2003-05-23 13:29 ` Rask Ingemann Lambertsen
  0 siblings, 1 reply; 2+ messages in thread
From: Anatoly Pugachev @ 2003-05-20 14:03 UTC (permalink / raw)
  To: netdev

Hello!
using linux kernel 2.5.69
trying to load e100 driver, gives me following in logs:
May 20 16:47:56 p4 kernel: Intel(R) PRO/100 Network Driver - version
2.2.21-k1
May 20 16:47:56 p4 kernel: Copyright (c) 2003 Intel Corporation
May 20 16:47:56 p4 kernel:
May 20 16:47:56 p4 kernel: e100: selftest OK.
May 20 16:47:59 p4 kernel: Freeing alive device d2c43800, eth%%d
May 20 16:47:59 p4 kernel: e100: eth1: Intel(R) PRO/100 Network Connection
May 20 16:47:59 p4 kernel:   Hardware receive checksums enabled
May 20 16:47:59 p4 kernel:   cpu cycle saver enabled

module works fine, but notice %%d in the output, should be missprint and
easy to fix.

-- 
/mator

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: small e100 ethernet driver problem -> %d
  2003-05-20 14:03 small e100 ethernet driver problem -> %d Anatoly Pugachev
@ 2003-05-23 13:29 ` Rask Ingemann Lambertsen
  0 siblings, 0 replies; 2+ messages in thread
From: Rask Ingemann Lambertsen @ 2003-05-23 13:29 UTC (permalink / raw)
  To: Anatoly Pugachev; +Cc: netdev

On Tue, 20 May 2003 18:03:41 +0400, Anatoly Pugachev wrote
> module works fine, but notice %%d in the output, should be missprint 
> and easy to fix.

It is a misfeature (i.e. a deliberate bug) in the log daemon. Starting 
sometime in the 2.3 kernel series, the PIIX IDE code mistakenly used

printk("... not 100% native mode ...");

which would then correctly log as "not 100 ative mode". It took a while 
before the printk() string was corrected to "100%% native" and unfortunately, 
the log daemon changed before the IDE code was fixed.

eth%d is the result from not calling init_etherdev() or so.

-- 
Regards,
Rask Ingemann Lambertsen

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-05-23 13:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-20 14:03 small e100 ethernet driver problem -> %d Anatoly Pugachev
2003-05-23 13:29 ` Rask Ingemann Lambertsen

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).