lkml.org 
[lkml]   [2002]   [Jan]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: eepro (82595) question
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/

\
 
 \ /
  Last update: 2005-03-22 13:15    [W:2.137 / U:0.016 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site