patch-2.1.104 linux/drivers/net/3c503.c
Next file: linux/drivers/net/3c59x.c
Previous file: linux/drivers/misc/parport_share.c
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/3c503.c
- Orig date:
Mon Feb 23 18:12:05 1998
diff -u --recursive --new-file v2.1.103/linux/drivers/net/3c503.c linux/drivers/net/3c503.c
@@ -160,7 +160,7 @@
/* Reset and/or avoid any lurking NE2000 */
if (inb(ioaddr + 0x408) == 0xff) {
- udelay(1000);
+ mdelay(1);
return ENODEV;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov