Re: [PATCH] [NET] dmfe : number of fixes and features

2007-02-07 Thread Levitsky Maxim
--- Ismail Dönmez <[EMAIL PROTECTED]> wrote: > Hi, > On Wednesday 07 February 2007 19:57:21 you wrote: > > Hello, > > > > Before some time I decided to fix suspend/resume on my Davicom network > > card. During development I also fixed couple of bugs and added support for > > link detection and WOL

Re: [PATCH] [NET] dmfe : number of fixes and features

2007-02-07 Thread Ismail Dönmez
Hi, On Wednesday 07 February 2007 19:57:21 you wrote: > Hello, > > Before some time I decided to fix suspend/resume on my Davicom network > card. During development I also fixed couple of bugs and added support for > link detection and WOL Note : 2.6.20 already has support for link detection > , bu

Re: [PATCH] [NET] dmfe : number of fixes and features

2007-02-07 Thread Levitsky Maxim
--- Randy Dunlap <[EMAIL PROTECTED]> wrote: > On Wed, 7 Feb 2007 09:57:21 -0800 (PST) Levitsky Maxim wrote: > > > Hello, > > > > Before some time I decided to fix suspend/resume on my Davicom network card. > > During development I also fixed couple of bugs and added support for link > > detect

Re: [PATCH] [NET] dmfe : number of fixes and features

2007-02-07 Thread Randy Dunlap
On Wed, 7 Feb 2007 09:57:21 -0800 (PST) Levitsky Maxim wrote: > Hello, > > Before some time I decided to fix suspend/resume on my Davicom network card. > During development I also fixed couple of bugs and added support for link > detection and WOL > Note : 2.6.20 already has support for link det

Re: [PATCH] [NET] dmfe : number of fixes and features

2007-02-07 Thread Levitsky Maxim
From: Maxim Levitsky <[EMAIL PROTECTED]> Subject: [PATCH] [NET] [005] dmfe : Add support for wake-on-lan Adds support for wake on lan feature Signed-off-by: Maxim Levitsky <[EMAIL PROTECTED]> --- This board supports WOL on magic packet / link change / specific packet This adds support for WOL o

Re: [PATCH] [NET] dmfe : number of fixes and features

2007-02-07 Thread Levitsky Maxim
From: Maxim Levitsky <[EMAIL PROTECTED]> Subject: [PATCH] [NET] [004] dmfe : Add suspend/resume support Adds support for suspend/resume --- --- linux-2.6.20-mod/drivers/net/tulip/dmfe.c 2007-02-07 18:46:13.0 +0200 +++ linux-2.6.20-test/drivers/net/tulip/dmfe.c 2007-02-07 18:50:52.00

Re: [PATCH] [NET] dmfe : number of fixes and features

2007-02-07 Thread Levitsky Maxim
From: Maxim Levitsky <[EMAIL PROTECTED]> Subject: [PATCH] [NET] [003] dmfe : fix link detection Cleanup link detection Fix link not detected when using external PHY Signed-off-by: Maxim Levitsky <[EMAIL PROTECTED]> --- CR12's bits 0 and 1 show link status/speed only for internal PHY. In case ex

Re: [PATCH] [NET] dmfe : number of fixes and features

2007-02-07 Thread Levitsky Maxim
From: Maxim Levitsky <[EMAIL PROTECTED]> Subject: [PATCH] [NET] [002] dmfe : Fix possible oops Deallocate memory after driver is unregistred to prevent oops Don't dereference NULL pointer that can be returned by dev_alloc_skb in case of oom Signed-off-by: Maxim Levitsky <[EMAIL PROTECTED]> ---

Re: [PATCH] [NET] dmfe : number of fixes and features

2007-02-07 Thread Levitsky Maxim
From: Maxim Levitsky <[EMAIL PROTECTED]> Subject: [PATCH] [NET] [001] dmfe : trivial/spelling fixes Fix a typo, and wrap lines on 80-th column Signed-off-by: Maxim Levitsky <[EMAIL PROTECTED]> --- --- linux-2.6.20-org/drivers/net/tulip/dmfe.c 2007-02-03 11:47:52.0 +0200 +++ linux-2.6

[PATCH] [NET] dmfe : number of fixes and features

2007-02-07 Thread Levitsky Maxim
Hello, Before some time I decided to fix suspend/resume on my Davicom network card. During development I also fixed couple of bugs and added support for link detection and WOL Note : 2.6.20 already has support for link detection , but it is broken when card has external PHY , like mine. So here