Re: Linux v2.5.40 - and a feature freeze reminder

From: Peter Osterlund (petero2@telia.com)
Date: Sat Oct 05 2002 - 18:06:39 EST


Linus Torvalds <torvalds@transmeta.com> writes:

> Merges with all the regular suspects - Al's partitioning, Andrew on VM,
> USB, networking, sparc, net drivers.

My PCMCIA network card no longer works. During boot, I see this
message:

        ds: no socket drivers loaded

It worked in 2.5.39. Also this patch helps, although I don't
understand why it is now needed:

--- linux/drivers/pcmcia/ds.c.old Sun Oct 6 01:00:38 2002
+++ linux/drivers/pcmcia/ds.c Sun Oct 6 00:53:23 2002
@@ -894,9 +894,9 @@
      * Ugly. But we want to wait for the socket threads to have started up.
      * We really should let the drivers themselves drive some of this..
      */
     current->state = TASK_INTERRUPTIBLE;
- schedule_timeout(HZ/10);
+ schedule_timeout(HZ/4);
 
     pcmcia_get_card_services_info(&serv);
     if (serv.Revision != CS_RELEASE_CODE) {
         printk(KERN_NOTICE "ds: Card Services release does not match!\n");

-- 
Peter Osterlund - petero2@telia.com
http://w1.894.telia.com/~u89404340
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Oct 07 2002 - 22:00:51 EST