public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Roger Luethi <rl@hellgate.ch>
To: Jeff Garzik <jgarzik@pobox.com>,
	Linus Torvalds <torvalds@transmeta.com>,
	Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: linux-kernel@vger.kernel.org, Andrew Morton <akpm@digeo.com>,
	Rogier Wolff <R.E.Wolff@BitWizard.nl>
Subject: [3/2][via-rhine][PATCH] fixing the reset fix
Date: Thu, 27 Feb 2003 13:35:31 +0100	[thread overview]
Message-ID: <20030227123531.GA5366@k3.hellgate.ch> (raw)
In-Reply-To: <20030227114417.GA3970@k3.hellgate.ch>

[-- Attachment #1: Type: text/plain, Size: 97 bytes --]

Bad semicolon in previous patch ([1/2]). Thanks to
Erik@harddisk-recovery.nl for spotting this.


[-- Attachment #2: via-rhine-1.17rc-03_reset_trivial.diff --]
[-- Type: text/plain, Size: 443 bytes --]

--- 08_tdwb_race/drivers/net/via-rhine.c	Thu Feb 27 11:45:47 2003
+++ 09_reset_trivial/drivers/net/via-rhine.c	Thu Feb 27 13:27:00 2003
@@ -562,7 +562,7 @@ static void wait_for_reset(struct net_de
 
 		/* VT86C100A may need long delay after reset (dlink) */
 		/* Seen on Rhine-II as well (rl) */
-		while ((readw(ioaddr + ChipCmd) & CmdReset) && --boguscnt);
+		while ((readw(ioaddr + ChipCmd) & CmdReset) && --boguscnt)
 			udelay(5);
 
 	}

  parent reply	other threads:[~2003-02-27 12:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-27 11:44 [0/2][via-rhine][ANNOUNCE] 1.17rc Roger Luethi
2003-02-27 11:45 ` [1/2][via-rhine][PATCH] reset logic Roger Luethi
2003-02-27 11:45 ` [2/2][via-rhine][PATCH] fix races Roger Luethi
2003-02-27 12:35 ` Roger Luethi [this message]
2003-03-01 12:15 ` [via-rhine][PATCH] 1.17 release Roger Luethi

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=20030227123531.GA5366@k3.hellgate.ch \
    --to=rl@hellgate.ch \
    --cc=R.E.Wolff@BitWizard.nl \
    --cc=akpm@digeo.com \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=jgarzik@pobox.com \
    --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