patch-2.1.68 linux/drivers/net/e2100.c
Next file: linux/drivers/net/eepro.c
Previous file: linux/drivers/net/de600.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Sun Nov 30 12:21:45 1997
-  Orig file: 
v2.1.67/linux/drivers/net/e2100.c
-  Orig date: 
Mon Nov  3 13:04:26 1997
diff -u --recursive --new-file v2.1.67/linux/drivers/net/e2100.c linux/drivers/net/e2100.c
@@ -150,7 +150,7 @@
 
 	/* Verify by making certain that there is a 8390 at there. */
 	outb(E8390_NODMA + E8390_STOP, ioaddr);
-	SLOW_DOWN_IO;
+	udelay(1);	/* we want to delay one I/O cycle - which is 2MHz */
 	status = inb(ioaddr);
 	if (status != 0x21 && status != 0x23)
 		return ENODEV;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov