[eepro100] Re: What's the meaning of this eepro100 debug message?
Andrey Savochkin
saw@saw.sw.com.sg
Tue, 30 Jan 2001 10:15:52 +0800
Hello,
On Wed, Jan 24, 2001 at 10:56:29PM +0900, Hyun-Joon Cha wrote:
> When my board boot, it shows up this eepro100 debug message occasionally.
>
[snip]
> eepro100: cmd_wait for(0x70) timedout with(0x70)!
> eepro100: cmd_wait for(0x10) timedout with(0x10)!
> eepro100: cmd_wait for(0xffffff90) timedout with(0xffffff90)!
> eepro100: cmd_wait for(0xffffff90) timedout with(0xffffff90)!
> eepro100: cmd_wait for(0xffffff90) timedout with(0xffffff90)!
> eepro100: cmd_wait for(0xffffff90) timedout with(0xffffff90)!
> ...
> ----------------------
>
> What does this mean?
It means that the driver failed to initialize the card and the card is stuck
with unprocessed command 0x70 etc
Try to insert
inl(ioaddr + SCBPointer);
udelay(10);
before outb(RxAddrLoad, ioaddr + SCBCmd);
in speedo resume.
Best regards
Andrey V.
Savochkin