Re: Can't see second network card.

Andy Walden (andy@comply1.com)
Wed, 19 Feb 1997 13:47:26 -0600


Arnaldo Carvalho de Melo wrote:
>
> When you specify 0,0 you're telling the kernel to autoprobe, the autoprobe
> routine uses a series of well-known IO addresses, what address you use in
> the second card??? Put one of these:
>
> /* A zero-terminated list of I/O addresses to be probed. */
> static unsigned int netcard_portlist[] =
> { 0x300, 0x280, 0x320, 0x340, 0x360, 0};
>
> of course the 0 at the end isn't a valid IO address, it's there just to
> indicate linux/drivers/net/ne.c that there's no more addresses to probe.
>
> [],
>

The thing is though is the card is software set. I haven't assigned an
irq or IO address to it. So I'm not sure what I would specify in
autoprobe.

andy