patch-2.0.21 linux/drivers/net/3c509.c
Next file: linux/drivers/scsi/README.ncr53c8xx
Previous file: linux/drivers/char/random.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Fri Sep 20 09:11:44 1996
- Orig file:
v2.0.20/linux/drivers/net/3c509.c
- Orig date:
Wed Aug 21 09:18:08 1996
diff -u --recursive --new-file v2.0.20/linux/drivers/net/3c509.c linux/drivers/net/3c509.c
@@ -312,7 +312,7 @@
{
outw(EEPROM_READ + index, ioaddr + 10);
/* Pause for at least 162 us. for the read to take place. */
- udelay (200);
+ udelay (300);
return inw(ioaddr + 12);
}
@@ -326,7 +326,7 @@
outb(EEPROM_READ + index, id_port);
/* Pause for at least 162 us. for the read to take place. */
- udelay (200);
+ udelay (300);
for (bit = 15; bit >= 0; bit--)
word = (word << 1) + (inb(id_port) & 0x01);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov