*** empty log message ***
This commit is contained in:
parent
30ec0405c4
commit
dde92f1985
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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.");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue