diff --git a/ChangeLog b/ChangeLog index 8b97ea497..7c49d21eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-03-26 Yoshinori K. Okuji + + * netboot/eepro100.c (eepro100_probe): Increase the delay at the + initialization. + 2002-03-26 Yoshinori K. Okuji * stage2/boot.c (linux_mem_size): New variable. diff --git a/netboot/eepro100.c b/netboot/eepro100.c index 0781a3bbe..b6510a715 100644 --- a/netboot/eepro100.c +++ b/netboot/eepro100.c @@ -522,7 +522,7 @@ struct nic *eepro100_probe(struct nic *nic, unsigned short *probeaddrs, struct p printf("eepro100: Invalid EEPROM checksum %#hX, " "check settings before activating this device!\n", sum); outl(0, ioaddr + SCBPort); - udelay (10); + udelay (10000); whereami ("Got eeprom.");