patch-2.1.104 linux/drivers/net/sk_g16.c
Next file: linux/drivers/net/slip.c
Previous file: linux/drivers/net/sdla.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Thu May 21 14:24:07 1998
-  Orig file: 
v2.1.103/linux/drivers/net/sk_g16.c
-  Orig date: 
Thu Mar 26 15:57:03 1998
diff -u --recursive --new-file v2.1.103/linux/drivers/net/sk_g16.c linux/drivers/net/sk_g16.c
@@ -1808,7 +1808,7 @@
 void SK_reset_board(void)
 {
     writeb(0x00, SK_PORT);       /* Reset active */
-    udelay(5000);                /* Delay min 5ms */
+    mdelay(5);                /* Delay min 5ms */
     writeb(SK_RESET, SK_PORT);   /* Set back to normal operation */
 
 } /* End of SK_reset_board() */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov