Re: pcmcia delay causes bootp not to work

From: Ookhoi (ookhoi@dds.nl)
Date: Thu Jan 25 2001 - 19:15:38 EST


Hi David,

> Er... no, don't try that patch. It'll oops. Try this instead.
>
> --- drivers/pcmcia/yenta.c 2000/12/05 13:30:42 1.1.2.23
> +++ drivers/pcmcia/yenta.c 2001/01/25 23:10:35
> @@ -859,7 +859,8 @@
> socket->tq_task.data = socket;
>
> MOD_INC_USE_COUNT;
> - schedule_task(&socket->tq_task);
> + // schedule_task(&socket->tq_task);
> + yenta_open_bh(socket);
>
> return 0;
> }

Thank you. :-) Unfortunately, the bootp message "IP-Config: No network
devices available." still comes before the initialisation of the network
card, and thus the nf mount still failes. :-(

(this is with a clean untarred linux tree, edit and compile, and I
double checked the change in drivers/pcmcia/yenta.c)

Is there an other way to initialize the nic before bootp kickes in?

                Ookhoi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Jan 31 2001 - 21:00:23 EST