[3/2][via-rhine][PATCH] fixing the reset fix

Roger Luethi (rl@hellgate.ch)
Thu, 27 Feb 2003 13:35:31 +0100


This is a MIME-formatted message. If you see this text it means that your
E-mail software does not support MIME-formatted messages.

--=_courier-7574-1046349406-0001-2
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

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

--=_courier-7574-1046349406-0001-2
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="via-rhine-1.17rc-03_reset_trivial.diff"

--- 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);

}

--=_courier-7574-1046349406-0001-2--