linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Peter Osterlund <petero2@telia.com>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: Kernel Mailing List <linux-kernel@vger.kernel.org>,
	David Woodhouse <dwmw2@infradead.org>
Subject: Re: Linux v2.5.40 - and a feature freeze reminder
Date: 06 Oct 2002 01:06:39 +0200	[thread overview]
Message-ID: <m2r8f47af4.fsf@p4.localdomain> (raw)
In-Reply-To: <Pine.LNX.4.33.0210010021400.25527-100000@penguin.transmeta.com>

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

  parent reply	other threads:[~2002-10-05 23:01 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-01  7:32 Linux v2.5.40 - and a feature freeze reminder Linus Torvalds
2002-10-01  7:39 ` DevilKin
2002-10-01  8:00   ` jbradford
2002-10-01  8:04   ` Linus Torvalds
2002-10-01  8:23     ` Thomas Molina
2002-10-01  8:27       ` DevilKin
2002-10-01 10:28       ` Jens Axboe
2002-10-01  8:49 ` Gregoire Favre
2002-10-01 10:42 ` Alan Cox
2002-10-01 12:25 ` jlnance
2002-10-01 15:34   ` Dave Jones
2002-10-01 17:02   ` Vojtech Pavlik
2002-10-01 14:48 ` Denis Vlasenko
2002-10-01 17:29 ` Adrian Bunk
2002-10-01 17:44   ` Kai Germaschewski
2002-10-01 21:14 ` Christoph Hellwig
2002-10-01 22:51   ` Chris Wedgwood
2002-10-02  0:35   ` Linus Torvalds
2002-10-02  0:52     ` Alexander Viro
2002-10-02  3:12       ` Linus Torvalds
2002-10-02 12:11         ` Andries Brouwer
2002-10-02  6:51     ` Jens Axboe
2002-10-05 22:28 ` Peter Osterlund
2002-10-05 22:39   ` Kai Germaschewski
2002-10-05 23:06 ` Peter Osterlund [this message]
2002-10-06  0:09   ` Linus Torvalds
2002-10-08 21:56 ` Hans Reiser
     [not found] <fa.mpta6av.960ggh@ifi.uio.no>
     [not found] ` <fa.hu1gd9v.fku81p@ifi.uio.no>
2002-10-01  7:41   ` Nils O. =?ISO-8859-1?Q?Sel=E5sdal=22?= <noselasd@Utel.no>
2002-10-01 11:39 Markus Weiss
2002-10-01 16:35 ` James H. Cloos Jr.
     [not found] <96096729@toto.iv>
2002-10-01 23:06 ` Peter Chubb
2002-10-02  0:26   ` Chris Wedgwood

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2r8f47af4.fsf@p4.localdomain \
    --to=petero2@telia.com \
    --cc=dwmw2@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).