Quoting Stephen Hemminger
Tried, but does not fix, result is same. Thanks.
> >
> > I use 3c509 compiled in. Second card not detected. This has been the
> > case with the stock kernel since 2.5.71. Have been replacing the
> > code for all kernels since .70. Have not tried as modules.
>
> Try this.
>
> diff -Nru a/drivers/net/Space.c b/drivers/net/Space.c
> --- a/drivers/net/Space.c Fri Oct 10 10:03:42 2003
> +++ b/drivers/net/Space.c Fri Oct 10 10:03:42 2003
> @@ -433,17 +433,15 @@
>
> #ifdef CONFIG_SBNI
> for (num = 0; num < 8; ++num)
> - if (sbni_probe(num))
> - break;
> + sbni_probe(num);
> #endif
> #ifdef CONFIG_TR
> for (num = 0; num < 8; ++num)
> - if (trif_probe(num))
> - break;
> + trif_probe(num);
> #endif
> for (num = 0; num < 8; ++num)
> - if (ethif_probe(num))
> - break;
> + ethif_probe(num);
> +
> #ifdef CONFIG_COPS
> cops_probe(0);
> cops_probe(1);
>
--
Pete Clements
|