patch-2.1.30 linux/drivers/net/ltpc.c

Next file: linux/drivers/net/mkiss.c
Previous file: linux/drivers/net/lapbether.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.29/linux/drivers/net/ltpc.c linux/drivers/net/ltpc.c
@@ -316,9 +316,9 @@
 	int i;
 	int timeout;
 
-	/* ten second or so total */
+	/* twenty second or so total */
 
-	for(i=0;i<10000;i++) {
+	for(i=0;i<20000;i++) {
 		if ( c != inb_p(dev->base_addr+6) ) return 0;
 		for(timeout=loops_per_sec/1000; timeout > 0; timeout--) ;
 	}

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov