patch-2.1.104 linux/drivers/net/cops.c
Next file: linux/drivers/net/cops_ffdrv.h
Previous file: linux/drivers/net/Config.in
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Thu May 21 14:24:06 1998
- Orig file:
v2.1.103/linux/drivers/net/cops.c
- Orig date:
Tue Mar 10 10:03:32 1998
diff -u --recursive --new-file v2.1.103/linux/drivers/net/cops.c linux/drivers/net/cops.c
@@ -417,7 +417,7 @@
int timeout=0;
while(timeout < 5000 && (inb(ioaddr+TANG_CARD_STATUS)&TANG_TX_READY)==0)
- udelay(1000); /* Wait 1000 useconds */
+ mdelay(1); /* Wait 1000 useconds */
return 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov