Re: eepro (82595) question

From: Eyal Lebedinsky (eyal@eyal.emu.id.au)
Date: Fri Jan 04 2002 - 19:17:18 EST


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/>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Jan 15 2002 - 21:00:22 EST