*** empty log message ***

This commit is contained in:
okuji 2002-03-25 22:01:17 +00:00
parent 30ec0405c4
commit dde92f1985
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2002-03-26 Yoshinori K. Okuji <okuji@enbug.org>
* netboot/eepro100.c (eepro100_probe): Increase the delay at the
initialization.
2002-03-26 Yoshinori K. Okuji <okuji@enbug.org>
* stage2/boot.c (linux_mem_size): New variable.

View file

@ -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.");