Re: 2.1.16 eth0 - eth1 problems

Paul Gortmaker (paul@rasty.anu.edu.au)
Mon, 23 Dec 1996 16:24:28 +1000 (EST)


>
> Hello. 2.1.16 labels eth0 as eth1............
>
> read attachment!

[50 pages of useless MIME headers deleted...]

> loading device 'eth0'...
> ne.c:v1.10 9/23/94 Donald Becker (becker@cesdis.gsfc.nasa.gov)
> NE*000 ethercard probe at 0x340: 00 c0 6d 15 ae 6f
> eth0: NE2000 found at 0x340, using IRQ 5.
> loading device 'eth1'...

No it doesn't. Do a "cat /proc/net/dev" and you will see.

It loads eth0 and then looks to see if there are any additional PCI
cards present, since they can be safely probed for, hence the eth1
message as well. IMHO that "loading device XXX..." message should
be deleted since all (or at least most of) the net drivers have their
own initialization banner/message anyways.

Paul.