Re: OT: I don't recive mail from linux-kernel

2007-02-08 Thread Levitsky Maxim
--- David Miller <[EMAIL PROTECTED]> wrote: > From: Levitsky Maxim <[EMAIL PROTECTED]> > Date: Thu, 8 Feb 2007 05:09:25 -0800 (PST) > > > But now things changed, cause I wrote number of patches, and it is > > very difficult to send patches without subscr

OT: I don't recive mail from linux-kernel

2007-02-08 Thread Levitsky Maxim
Good day, I don't recive mail from LKML I am very sorry that I did't ask this before, Before lot of time (about half a year) I lost password to my email box. But I managed to find it in old notebook, after about three months, and I found that my mailbox ceased to recive mail from LKML. Then

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

[PATCH] [NETDEV] [005] dmfe : Add support for wake-on-lan [FIXED]

2007-02-07 Thread Levitsky Maxim
Hello , I just noticed a error in my patch , just a mistake , sorry please in dmfe_resume I mixed DMFE_WOL_LINKCHANGE | DMFE_WOL_MAGICPACKET , and WAKE_PHY | WAKE_MAGIC here goes updated patch: From: Maxim Levitsky <[EMAIL PROTECTED]> Subject: [PATCH] [NET] [005] dmfe : Add support for wake-on-

[PATCH] [NETDEV] [005] dmfe : Add support for wake-on-lan

2007-02-07 Thread Levitsky Maxim
From: Maxim Levitsky <[EMAIL PROTECTED]> Subject: [PATCH] [NETDEV] [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 WO

[PATCH] [NETDEV] [004] dmfe : Add suspend/resume support

2007-02-07 Thread Levitsky Maxim
From: Maxim Levitsky <[EMAIL PROTECTED]> Subject: [PATCH] [NETDEV] [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

[PATCH] [NETDEV] [003] dmfe : fix link detection

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

[PATCH] [NETDEV] [002] dmfe : Fix possible oops

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]> ---

[PATCH] [NETDEV] [001] dmfe : trivial/spelling fixes

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] [NETDEV] [000] dmfe : fix bugs and add 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

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 coupl

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

Re: Question: Status of marvell's PATA 88SE6101 controller on intel boards

2007-02-06 Thread Levitsky Maxim
--- Alan <[EMAIL PROTECTED]> wrote: > On Tue, 6 Feb 2007 10:07:50 -0800 (PST) > Levitsky Maxim <[EMAIL PROTECTED]> wrote: > > So that means that DVD-writer will work too ? > > It should do > > Alan > Th

Re: Question: Status of marvell's PATA 88SE6101 controller on intel boards

2007-02-06 Thread Levitsky Maxim
--- Alan <[EMAIL PROTECTED]> wrote: > > I also noticed that 2.6.20 adds experimentally support for that chip. > > But driver says that it enables it via 'legacy mode' > > Yes. > > > I will be glad to hear whenever full support is planned or not. > > At the moment it is not, but it may be a nec

Question: Status of marvell's PATA 88SE6101 controller on intel boards

2007-02-06 Thread Levitsky Maxim
it) Your truly, Maxim Levitsky Maxim Levitsky Don't get soaked. Take a quick peak at the forecast with the Yahoo! Search weather shortcut. http://tools.search.yahoo.com/shortcuts/#loc_weat