Re: 3c59x.c patch to 2.6.18 fixing Wake on Lan (WOL)

2007-01-15 Thread Harry Coin
At 11:00 AM 1/15/2007 -0500, Dan Williams wrote: On Mon, 2007-01-15 at 09:12 -0600, Harry Coin wrote: > Hello all. > > The 3c59x.c in kernel 2.6.18 (and as I see later ones too) attempts > to enable PME from the already awake D0 state. The PME config space on Dell > Optiplexs > for this chip ha

Re: 3c59x.c patch to 2.6.18 fixing Wake on Lan (WOL)

2007-01-15 Thread Dan Williams
On Mon, 2007-01-15 at 09:12 -0600, Harry Coin wrote: > Hello all. > > The 3c59x.c in kernel 2.6.18 (and as I see later ones too) attempts > to enable PME from the already awake D0 state. The PME config space on Dell > Optiplexs > for this chip has a zero in the capabilities for this bit-- no 'wak

3c59x.c patch to 2.6.18 fixing Wake on Lan (WOL)

2007-01-15 Thread Harry Coin
Hello all. The 3c59x.c in kernel 2.6.18 (and as I see later ones too) attempts to enable PME from the already awake D0 state. The PME config space on Dell Optiplexs for this chip has a zero in the capabilities for this bit-- no 'wake from d0'. The pci_enable_wake in 2.6.18 tests the capabiliti

3c59x.c patch to 2.6.18 fixing Wake on Lan (WOL)

2007-01-15 Thread Harry Coin
The 3c59x.c in kernel 2.6.18 (and as I see later ones too) attempts to enable PME from the D0 state. The PME config space on Dell Optiplexs for this chip has a zero in the capabilities as it doesn't 'wake from d0'. So the pci_wake call fails, its result is not tested, so no error is reported. Th