From dde92f19855ab10b539d70d910cdf45ec52bc02e Mon Sep 17 00:00:00 2001 From: okuji Date: Mon, 25 Mar 2002 22:01:17 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 5 +++++ netboot/eepro100.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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.");