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

2007-01-15 Thread Harry Coin
t's the usual case. Cheers, Harry Coin N4 Communications Bettendorf, Iowa - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

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

2007-01-15 Thread Harry Coin
to the e1000 group at intel privately as they are the 'maintainers', but this appears to be the only apropos open group I thought to note he here as well. Thanks Harry Coin N4 Communications Bettendorf, Iowa Signed-off-by: Harry Coin [EMAIL PROTECTED] --- drivers-orig/e100.c 2

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

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

2007-01-15 Thread Harry Coin
tests the capabilities before enabling PME, so the pci_wake call fails, its result is not tested, so no error is reported. The routine changes the wake request from 0 to D3_hot. This fix causes wake on lan (WOL) to work properly on older Dell Optiplex models. Kindly overlook newbie mistakes. Thank you.

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

2007-01-15 Thread Harry Coin
ror is reported. The routine changes the wake request from 0 to D3_hot. This fix causes wake on lan (WOL) to work properly on older Dell Optiplex models. Harry Coin Bettendorf, Iowa --- drivers-orig/3c59x.c2007-01-15 00:03:52.0 -0600 +++ drivers-fixed/3c59x.c 2007-01-15 00: