Re: [PATCH] sis190: loss of link detection

2005-08-31 Thread Francois Romieu
Arnaud Patard <[EMAIL PROTECTED]> : [...] > I've also tested the two others patches as suggested but I didn't > notice any difference (I got only "eth0: GMII mode"). Unfortunately, > I'm not sure that the test is reliable as the PHY > transceiver of my card is unknow to the driver... The test is

Re: [PATCH] sis190: loss of link detection

2005-08-31 Thread Arnaud Patard
Francois Romieu <[EMAIL PROTECTED]> writes: > Arnaud Patard <[EMAIL PROTECTED]> : > [...] > > Btw it would be nice if you could give a quick test to the three > attached patches against 2.6.13-git: #0, #0 + #1, #0 + #1 + #2. The first patch 160 works as expected. I've also tested the two others

Re: [PATCH] sis190: loss of link detection

2005-08-30 Thread Francois Romieu
Arnaud Patard <[EMAIL PROTECTED]> : [...] Btw it would be nice if you could give a quick test to the three attached patches against 2.6.13-git: #0, #0 + #1, #0 + #1 + #2. -- Ueimor diff -puN drivers/net/sis190.c~sis190-160 drivers/net/sis190.c --- a/drivers/net/sis190.c~sis190-160 2005-08-31 00

Re: [PATCH] sis190: loss of link detection

2005-08-30 Thread Francois Romieu
Arnaud Patard <[EMAIL PROTECTED]> : [...] > During tests, I noticed that the loss of link was not handled. This was > resulting of some stranges situations like mii-tool saying "no link" and > ethtool saying "link detected". Moreover, this prevents daemons like > ifplugd to work. > > I've made a p

[PATCH] sis190: loss of link detection

2005-08-30 Thread Arnaud Patard
Hi, During tests, I noticed that the loss of link was not handled. This was resulting of some stranges situations like mii-tool saying "no link" and ethtool saying "link detected". Moreover, this prevents daemons like ifplugd to work. I've made a patch for this but I'm not sure if it's the correc