The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Eyal Lebedinsky <eyal@eyal.emu.id.au>
To: "Jacek Pop³awski" <jpopl@interia.pl>
Cc: linux-kernel@vger.kernel.org
Subject: Re: eepro (82595) question
Date: Sat, 05 Jan 2002 11:17:18 +1100	[thread overview]
Message-ID: <3C36460E.BC6BDAF3@eyal.emu.id.au> (raw)
In-Reply-To: <20020104211952.A3508@localhost.localdomain>

Jacek Pop³awski wrote:
> 
> I have two 82595FX Ethernet ISA cards. I can load eepro module with

eepro.c is broken in 2.2.19 (and for a while before that).

A minor update went into 2.2.20.

Major updates are in the works now (e.g. see 2.2.21-pre2).

As for the 2.2.19/2.2.20 version, if you want it to recognise
more that one card then apply this simple fix to init_module():
                d->mem_end      = mem[n_eepro];
                d->base_addr    = io[0];
                d->irq          = irq[n_eepro];
                d->init         = eepro_probe;
Change the [0] to [n_eepro] in the second line. But this version
is still unstable under load!

--
Eyal Lebedinsky (eyal@eyal.emu.id.au) <http://samba.org/eyal/>

  reply	other threads:[~2002-01-08 11:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-04 20:19 eepro (82595) question Jacek Popławski
2002-01-05  0:17 ` Eyal Lebedinsky [this message]
2002-01-09 15:24 ` aris

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=3C36460E.BC6BDAF3@eyal.emu.id.au \
    --to=eyal@eyal.emu.id.au \
    --cc=jpopl@interia.pl \
    --cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox