Re: eepro100 2.4.7-ac3 problems (apm related)

Pawel Worach (pworach@mysun.com)
Mon, 06 Aug 2001 08:23:49 +0200


Nope the device still does not go out of suspend...
(lspci -s xx:xx.x -vvxxx output attched)

did I add the code in the right place?
near line 2161 in eepro100.c reads...
reinitialization;
- serialization with other driver calls.
2000/03/08 SAW */
added> pci_set_power_state(pdev, 0);
outw(SCBMaskAll, ioaddr + SCBCmd);
speedo_resume(dev);

----- Original Message -----
From: Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de>
Date: Sunday, August 5, 2001 10:37 pm
Subject: Re: eepro100 2.4.7-ac3 problems (apm related)

> On Sat, 4 Aug 2001, Pawel Worach wrote:
>
> > Sorry for the delay (vacation).
> >
> > it seems to be the same problem (after reading a diff from the lspci
> > output (attached).
> > When i reload the module it seems to reset the adapters power state.
>
> I see. It's still not really the same problem, though.
>
> You could try to add a line
>
> pci_set_power_state(pdev, 0);
>
> after the comment in eepro100_resume(). (Please let me know if it
> fixes
> the problem)
>
> I suppose that should fix your problem. The driver doesn't support
> suspend/resume completely yet, maybe I'll try to fix it - shouldn't
> be too
> hard.
>
> --Kai

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/