Re: PATCH: Pcmcia/Cardbus/xircom_tulip in 2.4.0-test10.

2000-11-13 Thread Ion Badulescu
On Mon, 13 Nov 2000 12:18:33 -0800, David Hinds <[EMAIL PROTECTED]> wrote: > The effect of "ifconfig eth0 -multicast" (which should be a no-op) is > that it calls set_rx_mode() with the same set of parameters it was > called with before. Doing this one or more times may kick the card so > that i

Re: PATCH: Pcmcia/Cardbus/xircom_tulip in 2.4.0-test10.

2000-11-13 Thread David Hinds
> Can you try the test11-pre2 patch? It includes a bugfix to > xircom_tulip from Andrea. Andrea's fix doesn't actually solve the problem; it merely changes the set of working configurations to a set that includes Andrea's setup. I don't know whether the size of the working set gets larger or sma

RE: PATCH: Pcmcia/Cardbus/xircom_tulip in 2.4.0-test10.

2000-11-10 Thread Ballabio_Dario
PROTECTED] Subject: Re: PATCH: Pcmcia/Cardbus/xircom_tulip in 2.4.0-test10. [EMAIL PROTECTED] wrote: > > I could not compile test11-pre2 so far because of the unresolved symbol > bust_spinlocks, > but I'll give it a try as soon as the compile problem get cleared. edit linux/arch/i3

Re: PATCH: Pcmcia/Cardbus/xircom_tulip in 2.4.0-test10.

2000-11-10 Thread Jeff Garzik
[EMAIL PROTECTED] wrote: > > In order to have the xircom_tulip pcmcia cardbus working again with > recent kernels, it is necessary to specify: > > ifconfig eth0 -multicast > > Moreover if the card is configured by itself into the kernel > (i.e. with the default ne2000 pcmcia support removed), >

PATCH: Pcmcia/Cardbus/xircom_tulip in 2.4.0-test10.

2000-11-10 Thread Ballabio_Dario
In order to have the xircom_tulip pcmcia cardbus working again with recent kernels, it is necessary to specify: ifconfig eth0 -multicast Moreover if the card is configured by itself into the kernel (i.e. with the default ne2000 pcmcia support removed), the enclosed patch is required as well.