lkml.org 
[lkml]   [2003]   [Feb]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[3/2][via-rhine][PATCH] fixing the reset fix
Bad semicolon in previous patch ([1/2]). Thanks to
Erik@harddisk-recovery.nl for spotting this.

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

}
\
 
 \ /
  Last update: 2005-03-22 13:33    [W:0.037 / U:0.168 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site