Re: pcmcia delay causes bootp not to work

2001-01-25 Thread Ookhoi
Hi David, > Er... no, don't try that patch. It'll oops. Try this instead. > > --- drivers/pcmcia/yenta.c2000/12/05 13:30:42 1.1.2.23 > +++ drivers/pcmcia/yenta.c2001/01/25 23:10:35 > @@ -859,7 +859,8 @@ > socket->tq_task.data = socket; > > MOD_INC_USE_COUNT; > - sch

Re: pcmcia delay causes bootp not to work

2001-01-25 Thread David Woodhouse
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

Re: pcmcia delay causes bootp not to work

2001-01-25 Thread David Woodhouse
On Fri, 26 Jan 2001, Ookhoi wrote: > And unfortunately, the guy who mailed me didn't respond at my cry > for help, so now I try the list again. :-) Sorry, try this patch. Index: drivers/pcmcia/yenta.c === RCS file: /inst/cvs/linux/

pcmcia delay causes bootp not to work

2001-01-25 Thread Ookhoi
Hi, A few days ago I mailed that I can't get nfsroot to work because bootp tries to do its job before the cardbus card gets initialized. I got a message from somebody who said that the pcmcia devices are a bit delayed at boottime, which is also mentioned in the source. Unfortunately I'm too stupi